text property
Optional. Text in the cell. If omitted, then the cell is invisible.
Implementation
@JsonKey(name: 'text')
@RichTextConverter()
RichText? get text;
Optional. Text in the cell. If omitted, then the cell is invisible.
@JsonKey(name: 'text')
@RichTextConverter()
RichText? get text;