ResolveObjectResponse constructor
const
ResolveObjectResponse({
- CommentView? comment,
- PostView? post,
- CommunityView? community,
- PersonView? person,
Implementation
const factory ResolveObjectResponse({CommentView? comment, PostView? post, CommunityView? community, PersonView? person}) = _ResolveObjectResponse;