unmodifiable property
Creates an unmodifiable view of this post
Implementation
late final CollectivePost unmodifiable = _UnmodifiableCollectivePost._(this);
Creates an unmodifiable view of this post
late final CollectivePost unmodifiable = _UnmodifiableCollectivePost._(this);