code2Func method

dynamic code2Func(
  1. Alpha2Code? code2
)

Implementation

code2Func(Alpha2Code? code2) =>
    (Country country) => country.alpha2Code == code2;