Uint64Value.fromJson constructor

Uint64Value.fromJson(
  1. Object? json
)

Implementation

factory Uint64Value.fromJson(Object? json) => _Uint64ValueHelper.decode(json);