CreateEmailIdentityPolicyResponse.fromJson constructor

CreateEmailIdentityPolicyResponse.fromJson(
  1. Map<String, dynamic> _
)

Implementation

factory CreateEmailIdentityPolicyResponse.fromJson(Map<String, dynamic> _) {
  return CreateEmailIdentityPolicyResponse();
}