Performance class abstract

Responsible for performance level metrics such as getting the current available memory.

Annotations
  • @anonymous
  • @JS()

Constructors

Performance()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getMemoryInfo() MemoryInfo
Retrieve information about the system memory. Memory information can be used to manage your application's memory consumption. It is not recommended to use this API in production and is provided for debug purposes only. Invoking this API may also impact device performance. Polling is not recommended.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited