multipleOf property
num?
get
multipleOf
The number which the value of the JsonSchema must be a multiple of.
Reference: https://tools.ietf.org/html/draft-wright-json-schema-validation-01#section-6.1
Implementation
num? get multipleOf => _multipleOf;