multipleOf property Null safety

num? multipleOf
read / write

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;