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