BigtableProtoConfig.fromJson constructor
BigtableProtoConfig.fromJson(
- Map json_
Implementation
BigtableProtoConfig.fromJson(core.Map json_)
: this(
protoMessageName: json_['protoMessageName'] as core.String?,
schemaBundleId: json_['schemaBundleId'] as core.String?,
);