Delegate.fromJson constructor
Delegate.fromJson(
- Map json_
Implementation
Delegate.fromJson(core.Map json_)
: this(
delegateEmail: json_['delegateEmail'] as core.String?,
verificationStatus: json_['verificationStatus'] as core.String?,
);