irte_engine
user
User
fromJson method
fromJson
fromJson
method
Null safety
dynamic
fromJson
(
Json
json
)
Creates
User
from
Json
Implementation
static fromJson(Json json) => _$UserFromJson(json);
irte_engine
user
User
fromJson method
User class
Constructors
User
empty
Properties
email
firstname
hashCode
id
isNewRecord
isValid
lastname
password
primaryKey
runtimeType
Methods
afterSave
beforeSave
copyWith
noSuchMethod
toJson
toString
Operators
operator ==
Static methods
fromJson