OutOfMemoryError class
class OutOfMemoryError implements Error {
const OutOfMemoryError();
String toString() => "Out of Memory";
}
Implements
Constructors
const OutOfMemoryError() #
const OutOfMemoryError();
class OutOfMemoryError implements Error {
const OutOfMemoryError();
String toString() => "Out of Memory";
}
const OutOfMemoryError();