Dart API Referencedart:coreOutOfMemoryError

OutOfMemoryError class

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

Implements

Error

Constructors

const OutOfMemoryError() #

const OutOfMemoryError();

Methods

String toString() #

Returns a string representation of this object.

docs inherited from Object
String toString() => "Out of Memory";