multipleOf property

num? multipleOf
getter/setter pair

The value of "multipleOf" MUST be a number, strictly greater than 0. A numeric instance is only valid if division by this keyword's value results in an integer.

Implementation

/// A numeric instance is only valid if division by this keyword's value
/// results in an integer.
num? multipleOf;