Engines class

Constructors

Engines({required Isp isp, required ThrustSeaLevel thrustSeaLevel, required ThrustSeaLevel thrustVacuum, required num number, required String type, required String version, required String layout, required num engineLossMax, required String propellant1, required String propellant2, required num thrustToWeight})
Engines.fromJson(Map<String, dynamic> json)

Properties

engineLossMax num
no setter
hashCode int
The hash code for this object.
no setterinherited
isp Isp
no setter
layout String
no setter
number num
no setter
propellant1 String
no setter
propellant2 String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thrustSeaLevel ThrustSeaLevel
no setter
thrustToWeight num
no setter
thrustVacuum ThrustSeaLevel
no setter
type String
no setter
version String
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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