noBanksAvailableInCity property

  1. @override
String get noBanksAvailableInCity
override

Message shown when no banks are found for the selected city

In en, this message translates to: 'No banks available in this city.'

Implementation

@override
String get noBanksAvailableInCity => 'No banks available in this city.';