Project class

Inheritance

Constructors

Project({int? id, required String name, String? reference, String? client, String? ownerPhone, String? ownerEmail, required DateTime createdAt, required DateTime updatedAt, ElectricalNode? root, String? electricalStandardId, BudgetConfig? budgetConfig, String? supplyVoltage, String? installationUsage, double? expectedPower, double? powerFactor, bool? requiresTechProject, bool? isNewLink})
const

Properties

budgetConfig BudgetConfig?
final
client String?
final
createdAt DateTime
final
electricalStandardId String?
final
expectedPower double?
final
hashCode int
The hash code for this object.
no setterinherited
id int?
final
installationUsage String?
final
final
name String
final
ownerEmail String?
final
ownerPhone String?
final
powerFactor double?
final
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setteroverride
reference String?
final
requiresTechProject bool?
final
root ElectricalNode?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
supplyVoltage String?
final
updatedAt DateTime
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