Engine class

An engine.

Constructors

Engine.fromJson(Map<String, dynamic> json)
Creates a new Engine instance.

Properties

description String
The description of the engine.
final
hashCode int
The hash code for this object.
no setterinherited
id String
The ID of the engine.
final
name String
The name of the engine.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type EngineType
The type of the engine.
final

Methods

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