SAMLConnections constructor
SAMLConnections({
- List<
SchemasSAMLConnection> data = const [], - required int totalCount,
Returns a new SAMLConnections instance.
Implementation
SAMLConnections({
this.data = const [],
required this.totalCount,
});