Connection constructor
Connection({
- Map<
ConnectionPropertyKey, String> ? connectionProperties, - ConnectionType? connectionType,
- DateTime? creationTime,
- String? description,
- String? lastUpdatedBy,
- DateTime? lastUpdatedTime,
- List<
String> ? matchCriteria, - String? name,
- PhysicalConnectionRequirements? physicalConnectionRequirements,
Implementation
Connection({
this.connectionProperties,
this.connectionType,
this.creationTime,
this.description,
this.lastUpdatedBy,
this.lastUpdatedTime,
this.matchCriteria,
this.name,
this.physicalConnectionRequirements,
});