ContentBlock.fromJson constructor
ContentBlock.fromJson(
- Object? json
Decodes the tagged union.
Implementation
factory ContentBlock.fromJson(Object? json) => contentBlockCodec.decode(json);
Decodes the tagged union.
factory ContentBlock.fromJson(Object? json) => contentBlockCodec.decode(json);