SAMLConnections constructor

SAMLConnections({
  1. List<SchemasSAMLConnection> data = const [],
  2. required int totalCount,
})

Returns a new SAMLConnections instance.

Implementation

SAMLConnections({
  this.data = const [],
  required this.totalCount,
});