BundelConfig class
Bundel-configuratie voor meerdere kabels (rechthoekige stapeling). De bundelfactoren worden berekend door de Correctiefactoren-klasse in berekening/.
Constructors
- BundelConfig({required int nHorizontaal, required int nVerticaal, required double hartOpHartMm})
-
const
-
BundelConfig.fromJson(Map<
String, dynamic> j) -
factory
Properties
- hartOpHartMm → double
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- nHorizontaal → int
-
final
- nVerticaal → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- slechtstePositie → (int, int)
-
Positie van slechtst gekoelde kabel (1-gebaseerd, centrum bundel).
no setter
- totaalKabels → int
-
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