RemarkList.fromJson constructor

RemarkList.fromJson(
  1. dynamic json
)

Implementation

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