Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
isRecording
→ bool
-
Whether the recording is currently being recorded or not.
no setter
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
end()
→ Future<T>
-
Stops recording and ends it. Cannot be resumed after this call.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
pause()
→ void
-
Stops recording, but don't ends it yet.
-
resume()
→ void
-
Continues the recording if was paused.
-
toString()
→ String
-
A string representation of this object.
inherited