number property

num? number

Implementation

num? get number => value is num ? value as num? : null;