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