RemarkList.fromJson constructor
RemarkList.fromJson(
- dynamic json
Implementation
RemarkList.fromJson(dynamic json) {
_remarks = json['remarks'];
_dateTime = json['date_time'];
}
RemarkList.fromJson(dynamic json) {
_remarks = json['remarks'];
_dateTime = json['date_time'];
}