ComponentModel class

Isar collection model for storing component templates

Available extensions
Annotations

Constructors

ComponentModel()

Properties

breakingCapacity double?
getter/setter pair
cableMaterial CableMaterial?
getter/setter pair
componentId String
getter/setter pair
createdAt DateTime
getter/setter pair
curveType String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id Id
getter/setter pair
installationMethod String?
getter/setter pair
insulationType String?
getter/setter pair
isFavorite bool
getter/setter pair
manufacturer String?
getter/setter pair
maxOperatingTemp double?
getter/setter pair
maxShortCircuitCurrent double?
getter/setter pair
name String
getter/setter pair
poles int?
getter/setter pair
price double?
getter/setter pair
protectionDeviceType ProtectionDeviceType?
getter/setter pair
ratedCurrent double?
getter/setter pair
ratedPower double?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
section double?
getter/setter pair
sensitivity double?
getter/setter pair
series String?
getter/setter pair
sourceType SourceType?
getter/setter pair
type ComponentType
getter/setter pair
updatedAt DateTime?
getter/setter pair
voltage double?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDomain() ComponentTemplate

Available on ComponentModel, provided by the ComponentModelMapper extension

toString() String
A string representation of this object.
inherited

Operators

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