LineText.fromJson constructor

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

Implementation

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