EnableSecurityHubResponse.fromJson constructor

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

Implementation

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