TextProperty.fromJson constructor Null safety

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

Implementation

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