$CustomValueField.fromJson constructor
$CustomValueField.fromJson(
- Map json_
Implementation
$CustomValueField.fromJson(core.Map json_)
: this(
fieldId: json_['fieldId'] as core.int?,
requestKey: json_['requestKey'] as core.String?,
);