irte_engine
location_json
LocationConverter
fromJson method
fromJson
fromJson
method
Null safety
Location
fromJson
(
Json
?
json
)
Creates
Location
from
Json
Implementation
static Location fromJson(Json? json) => Location(json);
irte_engine
location_json
LocationConverter
fromJson method
LocationConverter class
Constructors
LocationConverter
Properties
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Static methods
fromJson
fromJsonList
fromJsonListString
fromJsonString
toJson
toJsonList
toJsonListString
toJsonString