toInt method

  1. @override
int toInt([
  1. int index = 0
])
override

Implementation

@override
int toInt([int index = 0]) => value[index];