isPositiveNumber property

bool get isPositiveNumber

正数

Implementation

bool get isPositiveNumber => hasMatch(r'^(\+)?\d+?$');