Int64Value.fromJson constructor

Int64Value.fromJson(
  1. Object? json
)

Implementation

factory Int64Value.fromJson(Object? json) => _Int64ValueHelper.decode(json);