Connections constructor
Connections({})
Returns a new Connections instance.
Implementation
Connections({
this.dateCreated,
this.lastUpdated,
this.connectionId,
this.userId,
required this.engineId,
required this.companyId,
this.credentialType,
this.name,
this.description,
this.providerDomain,
this.verifiedUsageAbility,
});