GoogleAppsDriveLabelsV2LabelProperties.fromJson constructor
GoogleAppsDriveLabelsV2LabelProperties.fromJson(
- Map json_
Implementation
GoogleAppsDriveLabelsV2LabelProperties.fromJson(core.Map json_)
: this(
description: json_['description'] as core.String?,
title: json_['title'] as core.String?,
);