TextValue.fromJson constructor

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

Implementation

factory TextValue.fromJson(Map<String, dynamic> json) =>
    _$TextValueFromJson(json);