GoogleBigtableAdminV2TypeTimestampEncoding.fromJson constructor

GoogleBigtableAdminV2TypeTimestampEncoding.fromJson(
  1. Map json_
)

Implementation

GoogleBigtableAdminV2TypeTimestampEncoding.fromJson(core.Map json_)
    : this(
        unixMicrosInt64: json_.containsKey('unixMicrosInt64')
            ? GoogleBigtableAdminV2TypeInt64Encoding.fromJson(
                json_['unixMicrosInt64']
                    as core.Map<core.String, core.dynamic>)
            : null,
      );