BytesValue.fromJson constructor

BytesValue.fromJson(
  1. Object? json
)

Implementation

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