DoubleValue.fromJson constructor

DoubleValue.fromJson(
  1. Object json
)

Implementation

factory DoubleValue.fromJson(Object json) => _DoubleValueHelper.decode(json);