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