RemList.fromJson constructor

RemList.fromJson(
  1. dynamic json
)

Implementation

RemList.fromJson(json)
    : title = json['title'],
      id = json['id'];