toJsonWith_Id method

Map<String, dynamic> toJsonWith_Id()

Implementation

Map<String, dynamic> toJsonWith_Id() {
  var map = toJson();
  map[DBRKeys.id] = id;
  return map;
}