toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (doubleValue != null) 'doubleValue': doubleValue!,
      if (int64Value != null) 'int64Value': int64Value!,
    };