UserJson class

Now only one UserJson data file. Eventually every #clay may have it's own user/json-file.

Constructors

UserJson()

Properties

busJSONDec ↔ dynamic
Two var that are planned to be used for user-in json data.
getter/setter pair
busJSONEnc String
************** json example material ************************** ************** json example material ************************** Simulating two user-data.
getter/setter pair
decoded ↔ dynamic
output: 1,2,{"a":null} length: 16 output: foo, {bar: 499} length: 2
getter/setter pair
dpIn String
getter/setter pair
dpOut ↔ dynamic
getter/setter pair
encoded String
************** JSON example material ************************** #QUEST : howTo mediate incoming data to user in JSON format? https://api.dartlang.org/stable/1.24.2/dart-convert/JsonCodec-class.html encode(Object value, { dynamic toEncodable(object) }) → String Converts value to a JSON string. decode(String source, { dynamic reviver(key, value) }) → dynamic Parses the string and returns the resulting Json object.
getter/setter pair
furyJSONDec ↔ dynamic
getter/setter pair
furyJSONEnc String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
humanInEnc String
getter/setter pair
name String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited