NumberPropertySchema constructor
NumberPropertySchema({})
Implementation
NumberPropertySchema({
this.title,
this.description,
this.minimum,
this.maximum,
this.defaultValue,
AcpJsonMap? meta,
}) : meta = meta == null ? null : deepFreezeAcpJsonMap(meta!);