RemList.fromJson constructor
RemList.fromJson(
- dynamic json
Implementation
RemList.fromJson(json)
: title = json['title'],
id = json['id'];
RemList.fromJson(json)
: title = json['title'],
id = json['id'];