LicenseCodeLicenseAlias.fromJson constructor
LicenseCodeLicenseAlias.fromJson(
- Map json_
Implementation
LicenseCodeLicenseAlias.fromJson(core.Map json_)
: this(
description: json_.containsKey('description')
? json_['description'] as core.String
: null,
selfLink: json_.containsKey('selfLink')
? json_['selfLink'] as core.String
: null,
);