GoogleAppsDriveLabelsV2UserInfo.fromJson constructor
      
      GoogleAppsDriveLabelsV2UserInfo.fromJson(
    
    
- Map json_
Implementation
GoogleAppsDriveLabelsV2UserInfo.fromJson(core.Map json_)
  : this(person: json_['person'] as core.String?);