GoogleAppsDriveLabelsV2FieldListOptions.fromJson constructor
GoogleAppsDriveLabelsV2FieldListOptions.fromJson(
- Map json_
Implementation
GoogleAppsDriveLabelsV2FieldListOptions.fromJson(core.Map json_)
: this(
maxEntries: json_.containsKey('maxEntries')
? json_['maxEntries'] as core.int
: null,
);