Int32Value.fromJson constructor

Int32Value.fromJson(
  1. Object? json
)

Implementation

factory Int32Value.fromJson(Object? json) => _Int32ValueHelper.decode(json);