ManagedClients constructor

ManagedClients({
  1. @JsonKey(name: 'ManagedClients') List<ManagedClient>? clients,
})

Implementation

factory ManagedClients({
  @JsonKey(name: 'ManagedClients') List<ManagedClient>? clients,
}) = _ManagedClients;