GoogleAppsDriveLabelsV2FieldProperties.fromJson constructor

GoogleAppsDriveLabelsV2FieldProperties.fromJson(
  1. Map json_
)

Implementation

GoogleAppsDriveLabelsV2FieldProperties.fromJson(core.Map json_)
  : this(
      displayName: json_['displayName'] as core.String?,
      insertBeforeField: json_['insertBeforeField'] as core.String?,
      required: json_['required'] as core.bool?,
    );