IdentityAttribute.fromJson constructor

IdentityAttribute.fromJson(
  1. Map json_
)

Implementation

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