asInt property

int get asInt

Implementation

int get asInt => int.tryParse(this ?? "0") ?? 0;