nz method

String nz(
  1. BuildContext context
)

The label for New Zealand.

Implementation

String nz(BuildContext context) {
  return AuthenticatorLocalizations.countriesOf(context).nz;
}