$TruncatableString.fromJson constructor
$TruncatableString.fromJson(
- Map json_
Implementation
$TruncatableString.fromJson(core.Map json_)
: this(
truncatedByteCount: json_['truncatedByteCount'] as core.int?,
value: json_['value'] as core.String?,
);