Map<String, Object?> toJson() { var canEdit = this.canEdit; final json = <String, Object?>{}; json[r'canEdit'] = canEdit; return json; }