speciesLabel method
- String speciesName
override
No description provided for @speciesLabel.
In en, this message translates to: 'Species: {speciesName}'
Implementation
@override
String speciesLabel(String speciesName) {
return 'Вид: $speciesName';
}