Sucursale class
Constructors
Properties
- address ↔ String?
-
getter/setter pair
- code ↔ String?
-
getter/setter pair
- companyCode ↔ String?
-
getter/setter pair
- createdAt ↔ DateTime?
-
getter/setter pair
- createdBy ↔ String?
-
getter/setter pair
- description ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isDisabled ↔ bool?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- writeAt ↔ DateTime?
-
getter/setter pair
- writeBy ↔ String?
-
getter/setter pair
Methods
-
copyWith(
{String? code, String? description, String? address, String? companyCode, bool? isDisabled, DateTime? createdAt, String? createdBy, DateTime? writeAt, String? writeBy}) → Sucursale -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited