GoogleTypeDecimal constructor

GoogleTypeDecimal({
  1. String? value,
})

Implementation

GoogleTypeDecimal({
  this.value,
});