Name.fromJson constructor

Name.fromJson(
  1. String value
)

Implementation

factory Name.fromJson(String value) =>
    _$NameFromJson(<String, dynamic>{'value': value});