SpannerSchema constructor

SpannerSchema({
  1. String? schema,
  2. List<SpannerTable>? tables,
})

Implementation

SpannerSchema({this.schema, this.tables});