PutEmailIdentityFeedbackAttributesResponse.fromJson constructor

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

Implementation

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