getAsInt method

  1. @override
int getAsInt()
override

Implementation

@override
int getAsInt() => int.tryParse(value) ?? 0;