photochatapp
decode_request
DecodeRequest
shouldDecrypt method
shouldDecrypt
photochatapp
decode_request
DecodeRequest
shouldDecrypt method
DecodeRequest class
Constructors
DecodeRequest
Properties
original
token
hashCode
runtimeType
Methods
shouldDecrypt
noSuchMethod
toString
Operators
operator ==
description
shouldDecrypt
method
bool
shouldDecrypt
(
)
Implementation
bool shouldDecrypt() { return (token != null && token != ''); }