SpannerProfile constructor

SpannerProfile({
  1. String? database,
  2. String? host,
})

Implementation

SpannerProfile({this.database, this.host});