Delegate.fromJson constructor

Delegate.fromJson(
  1. Map json_
)

Implementation

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