isPositiveNumber property

bool isPositiveNumber

正数

Implementation

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