StreamingMountEdited.fromJson constructor Null safety

StreamingMountEdited.fromJson(
  1. dynamic json
)

Implementation

StreamingMountEdited.fromJson(dynamic json) {
  streaming = json['streaming'];
  id = json['id'];
  permanent = json['permanent'];
}