ModLockPostView constructor

const ModLockPostView({
  1. @JsonKey.new(name: 'mod_lock_post') required ModLockPost modLockPost,
  2. Person? moderator,
  3. Post? post,
  4. Community? community,
})

Implementation

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