JSONNumber constructor Null safety

JSONNumber(
  1. double value
)

Implementation

JSONNumber(this.value);