BytesValue.fromJson constructor
BytesValue.fromJson(
- Object? json
Implementation
factory BytesValue.fromJson(Object? json) => _BytesValueHelper.decode(json);
factory BytesValue.fromJson(Object? json) => _BytesValueHelper.decode(json);