CreateComment constructor
- @JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)
Implementation
@JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)
const factory CreateComment({
required String content,
int? parentId,
required int postId,
String? formId,
required String auth,
}) = _CreateComment;