DataConnectProperties constructor

DataConnectProperties({
  1. String? entityId,
  2. List<String>? entityIds,
  3. String? maxAge,
  4. List<Object?>? path,
})

Implementation

DataConnectProperties({
  this.entityId,
  this.entityIds,
  this.maxAge,
  this.path,
});