code3Func method

dynamic code3Func(
  1. Alpha3Code? code3
)

Implementation

code3Func(Alpha3Code? code3) =>
    (Country country) => country.alpha3Code == code3;