MemNotEnough property
String
get
MemNotEnough
Insufficient memory
Implementation
String get MemNotEnough {
return Intl.message(
'Insufficient memory',
name: 'MemNotEnough',
desc: '',
args: [],
);
}