Uint32Value.fromJson constructor

Uint32Value.fromJson(
  1. Object json
)

Implementation

factory Uint32Value.fromJson(Object json) => _Uint32ValueHelper.decode(json);