findByAbbreviation method

  1. @override
Option? findByAbbreviation(
  1. String abbr
)
override

Finds the option whose abbreviation is abbr, or null if no option has that abbreviation.

Implementation

@override
Option? findByAbbreviation(String abbr) => null;