SpannerSchema constructor
SpannerSchema({
- String? schema,
- List<
SpannerTable> ? tables,
Implementation
SpannerSchema({this.schema, this.tables});
SpannerSchema({this.schema, this.tables});