SpannerObjectIdentifier.fromJson constructor
SpannerObjectIdentifier.fromJson(
- Map json_
Implementation
SpannerObjectIdentifier.fromJson(core.Map json_)
: this(
schema: json_['schema'] as core.String?,
table: json_['table'] as core.String?,
);