membership_not_found property
String
get
membership_not_found
Membership with the requested ID could not be found
Implementation
String get membership_not_found {
return Intl.message(
'Membership with the requested ID could not be found',
name: 'membership_not_found',
desc: '',
args: [],
);
}