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