add support for v12 creators
This commit is contained in:
parent
0c950247b0
commit
fcdada6f3e
3 changed files with 36 additions and 19 deletions
|
|
@ -8,8 +8,6 @@ part "create.g.dart";
|
|||
abstract class CreateContent extends Content with _$CreateContent {
|
||||
CreateContent._();
|
||||
factory CreateContent({
|
||||
@JsonKey(name: "creator") String? creatorId,
|
||||
|
||||
@JsonKey(name: "additional_creators")
|
||||
@Default(IList.empty())
|
||||
IList<String> additionalCreatorIds,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue