DisableLDAPSResult.fromJson constructor

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

Implementation

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