PutEmailIdentityMailFromAttributesResponse.fromJson constructor

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

Implementation

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