Empresa class
Constructors
- Empresa({String? code, String? description, String? businessName, String? businessDoc, String? address, bool? isDisabled, String? comment, String? imageLocation, DateTime? createdAt, String? createdBy, DateTime? writeAt, String? writeBy})
- Empresa.fromJson(String str)
-
factory
-
Empresa.fromMap(Map<
String, dynamic> json) -
factory
Properties
- address ↔ String?
-
getter/setter pair
- businessDoc ↔ String?
-
getter/setter pair
- businessName ↔ String?
-
getter/setter pair
- code ↔ String?
-
getter/setter pair
- comment ↔ 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
- imageLocation ↔ String?
-
getter/setter pair
- isDisabled ↔ bool?
-
getter/setter pair
-
perfiles
↔ List<
EmpresaAppPerfil> -
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? businessName, String? businessDoc, String? address, bool? isDisabled, String? comment, String? imageLocation, DateTime? createdAt, String? createdBy, DateTime? writeAt, String? writeBy}) → Empresa -
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