GoogleAppsDriveLabelsV2FieldListOptions.fromJson constructor

GoogleAppsDriveLabelsV2FieldListOptions.fromJson(
  1. Map json_
)

Implementation

GoogleAppsDriveLabelsV2FieldListOptions.fromJson(core.Map json_)
    : this(
        maxEntries: json_['maxEntries'] as core.int?,
      );