transform method

  1. @override
int transform(
  1. String raw
)
override

Implementation

@override
int transform(String raw) => int.parse(raw);