JsonDataScript class

Constructors

JsonDataScript({required String className, required List<String> datas, bool is_isar = false})

Properties

className String
getter/setter pair
datas List<String>
getter/setter pair
first String
no setter
first_name String
no setter
hashCode int
The hash code for this object.
no setterinherited
is_isar bool
getter/setter pair
last String
no setter
last_name String
no setter
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
saveToFile(Directory output) Future<Directory>
toString() String
A string representation of this object.
inherited

Operators

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