ModeInfo class

Inheritance

Constructors

ModeInfo(JsObject proxy)
factory

Properties

alias List<String>?
The mode's other file extensions.
no setter
ext List<String>
The mode's file extension.
no setter
hashCode int
The hash code for this object.
no setterinherited
jsProxy JsObject?
finalinherited
mime String?
no setter
mimes List<String>?
no setter
mode String?
The mode's id.
no setter
name String?
The mode's human readable, display name.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call(String methodName) → dynamic
inherited
callArg(String methodName, dynamic arg) → dynamic
inherited
callArgs(String methodName, List args) → dynamic
inherited
dispose() → void
This method should be called if any events listeners were added to the object.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onEvent<T>(String eventName, {int argCount = 1}) Stream<T?>
inherited
toString() String
A string representation of this object.
inherited

Operators

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