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