is_number property

bool get is_number

Implementation

bool get is_number => data?.value is num;