UserEngin class

Annotations
  • @JsonSerializable()

Constructors

UserEngin.new({required int id, required int voie_engin_id, required int user_id, required String tache, required int composition_id, required bool? status, required DateTime created_at, DateTime? deleted_at, DateTime? updated_at, required User user})
UserEngin.fromJson(Map<String, dynamic> json)
factory

Properties

composition_id int
getter/setter pair
created_at DateTime
getter/setter pair
deleted_at DateTime?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status bool?
getter/setter pair
tache String
getter/setter pair
updated_at DateTime?
getter/setter pair
user User
getter/setter pair
user_id int
getter/setter pair
voie_engin_id int
getter/setter pair

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