adhara
bean
Bean
toJson method
toJson
Bean class
Constructors
Bean
fromJson
Properties
createdTime
data
identifier
lastUpdatedTime
hashCode
runtimeType
Methods
setCreatedTime
setLocalId
setUpdatedTime
toJson
toMap
toNetworkSerializableMap
toSerializableMap
noSuchMethod
toString
Operators
operator ==
Constants
CREATED_TIME
ID
LAST_UPDATED_TIME
toJson method
dynamic
toJson
(
)
Implementation
toJson() { return json.encode(data); }