BigtableProtoConfig.fromJson constructor

BigtableProtoConfig.fromJson(
  1. Map json_
)

Implementation

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