GoogleAppsDriveLabelsV2UserInfo.fromJson constructor

GoogleAppsDriveLabelsV2UserInfo.fromJson(
  1. Map json_
)

Implementation

GoogleAppsDriveLabelsV2UserInfo.fromJson(core.Map json_)
    : this(
        person: json_.containsKey('person')
            ? json_['person'] as core.String
            : null,
      );