decode method

  1. @override
int decode(
  1. String string
)
override

Implementation

@override
int decode(String string) => int.parse(string);