$DependentFieldValue.fromJson constructor

$DependentFieldValue.fromJson(
  1. Map json_
)

Implementation

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