getAsInt method

  1. @override
int getAsInt()
override

Implementation

@override
int getAsInt() => value ? 1 : 0;