TextSlice.fromJson constructor

TextSlice.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory TextSlice.fromJson(Map<String, Object?> json) =>
    _$TextSliceFromJson(json);