parse method

  1. @override
int parse(
  1. String value
)
override

Implementation

@override
int parse(String value) => int.parse(value);