Map<String, dynamic> toJson() { final map = <String, dynamic>{}; map['name'] = _name; map['master_user_id'] = _masterUserId; return map; }