GoogleAppsDriveLabelsV2FieldUserOptions.fromJson constructor

GoogleAppsDriveLabelsV2FieldUserOptions.fromJson(
  1. Map json_
)

Implementation

GoogleAppsDriveLabelsV2FieldUserOptions.fromJson(core.Map json_)
  : this(
      listOptions: json_.containsKey('listOptions')
          ? GoogleAppsDriveLabelsV2FieldListOptions.fromJson(
              json_['listOptions'] as core.Map<core.String, core.dynamic>,
            )
          : null,
    );