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