AttachSecurityProfileResponse.fromJson constructor

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

Implementation

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