CustomValueField.fromJson constructor

CustomValueField.fromJson(
  1. Map json_
)

Implementation

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