Text.fromJson constructor Null safety

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

Implementation

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