DetachSecurityProfileResponse.fromJson constructor

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

Implementation

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