ModLockPostView constructor
const
ModLockPostView({
- @JsonKey.new(name: 'mod_lock_post') required ModLockPost modLockPost,
- Person? moderator,
- Post? post,
- Community? community,
Implementation
const factory ModLockPostView({@JsonKey(name: 'mod_lock_post') required ModLockPost modLockPost, Person? moderator, Post? post, Community? community}) = _ModLockPostView;