TextBlockItem.fromJson constructor

TextBlockItem.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory TextBlockItem.fromJson(final Map<String, dynamic> json) =>
    _$TextBlockItemFromJson(json);