RestIcebergCatalog constructor

RestIcebergCatalog({
  1. String? properties,
  2. String? uri,
})

Implementation

RestIcebergCatalog({this.properties, this.uri});