fromJSON static method
Creates a Properties from its RWPM JSON representation.
Implementation
static Properties fromJSON(Map<String, dynamic>? json) => Properties(
otherProperties: json ?? {},
);
Creates a Properties from its RWPM JSON representation.
static Properties fromJSON(Map<String, dynamic>? json) => Properties(
otherProperties: json ?? {},
);