StreamingMountEdited.fromJson constructor Null safety
- dynamic json
Implementation
StreamingMountEdited.fromJson(dynamic json) {
streaming = json['streaming'];
id = json['id'];
permanent = json['permanent'];
}
StreamingMountEdited.fromJson(dynamic json) {
streaming = json['streaming'];
id = json['id'];
permanent = json['permanent'];
}