SpannerProfile.fromJson constructor
SpannerProfile.fromJson(
- Map json_
Implementation
SpannerProfile.fromJson(core.Map json_)
: this(
database: json_['database'] as core.String?,
host: json_['host'] as core.String?,
);