FormNumField.fromJson constructor Null safety

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

Implementation

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