mp method

String mp(
  1. BuildContext context
)

The label for Northern Mariana Islands.

Implementation

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