authorId property

  1. @JsonKey(name: 'authorId', required: true)
String get authorId
inherited

Id of the author

Implementation

@JsonKey(name: 'authorId', required: true)
String get authorId => throw _privateConstructorUsedError;