WebApiLogicAppFuncSessionUser class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

WebApiLogicAppFuncSessionUser({String? webusersid, String? usersid, String? contactid, String? usertype, String? email, String? emailapp, bool? addsignaturetodraft, String? fullname, String? name, int? browsedefaultrows, int? griddefaultrows, String? applicationtheme, String? locale, String? locationid, String? location, String? languageid, String? language, String? warehouseid, String? warehouse, String? departmentid, String? department, bool? webadministrator, int? firstdayofweek, String? rentalinventorydepartmentid, String? rentalinventorydepartment, String? salesinventorydepartmentid, String? salesinventorydepartment, String? partsinventorydepartmentid, String? partsinventorydepartment, String? transportationinvdepartmentid, String? transportationinvdepartment, String? laborinventorydepartmentid, String? laborinventorydepartment, String? miscinventorydepartmentid, String? miscinventorydepartment, String? spaceinventorydepartmentid, String? spaceinventorydepartment, bool? iscrew, bool? enablecreatecontract, bool? qsallowapplyallqtyitems, bool? allowcontractwithexceptions, bool? canInsertIntoActiveOrder, int? creditCardPinPadId, String? creditCardPinPad})
WebApiLogicAppFuncSessionUser.fromJson(Map<String, dynamic> json)
factory

Properties

addsignaturetodraft bool?
final
allowcontractwithexceptions bool?
final
applicationtheme String?
final
browsedefaultrows int?
final
canInsertIntoActiveOrder bool?
final
contactid String?
final
creditCardPinPad String?
final
creditCardPinPadId int?
final
department String?
final
departmentid String?
final
email String?
final
emailapp String?
final
enablecreatecontract bool?
final
firstdayofweek int?
final
fullname String?
final
griddefaultrows int?
final
hashCode int
The hash code for this object.
no setteroverride
iscrew bool?
final
laborinventorydepartment String?
final
laborinventorydepartmentid String?
final
language String?
final
languageid String?
final
locale String?
final
location String?
final
locationid String?
final
miscinventorydepartment String?
final
miscinventorydepartmentid String?
final
name String?
final
partsinventorydepartment String?
final
partsinventorydepartmentid String?
final
qsallowapplyallqtyitems bool?
final
rentalinventorydepartment String?
final
rentalinventorydepartmentid String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
salesinventorydepartment String?
final
salesinventorydepartmentid String?
final
spaceinventorydepartment String?
final
spaceinventorydepartmentid String?
final
transportationinvdepartment String?
final
transportationinvdepartmentid String?
final
usersid String?
final
usertype String?
final
warehouse String?
final
warehouseid String?
final
webadministrator bool?
final
webusersid String?
final

Methods

copyWith({String? webusersid, String? usersid, String? contactid, String? usertype, String? email, String? emailapp, bool? addsignaturetodraft, String? fullname, String? name, int? browsedefaultrows, int? griddefaultrows, String? applicationtheme, String? locale, String? locationid, String? location, String? languageid, String? language, String? warehouseid, String? warehouse, String? departmentid, String? department, bool? webadministrator, int? firstdayofweek, String? rentalinventorydepartmentid, String? rentalinventorydepartment, String? salesinventorydepartmentid, String? salesinventorydepartment, String? partsinventorydepartmentid, String? partsinventorydepartment, String? transportationinvdepartmentid, String? transportationinvdepartment, String? laborinventorydepartmentid, String? laborinventorydepartment, String? miscinventorydepartmentid, String? miscinventorydepartment, String? spaceinventorydepartmentid, String? spaceinventorydepartment, bool? iscrew, bool? enablecreatecontract, bool? qsallowapplyallqtyitems, bool? allowcontractwithexceptions, bool? canInsertIntoActiveOrder, int? creditCardPinPadId, String? creditCardPinPad}) WebApiLogicAppFuncSessionUser

Available on WebApiLogicAppFuncSessionUser, provided by the $WebApiLogicAppFuncSessionUserExtension extension

copyWithWrapped({Wrapped<String?>? webusersid, Wrapped<String?>? usersid, Wrapped<String?>? contactid, Wrapped<String?>? usertype, Wrapped<String?>? email, Wrapped<String?>? emailapp, Wrapped<bool?>? addsignaturetodraft, Wrapped<String?>? fullname, Wrapped<String?>? name, Wrapped<int?>? browsedefaultrows, Wrapped<int?>? griddefaultrows, Wrapped<String?>? applicationtheme, Wrapped<String?>? locale, Wrapped<String?>? locationid, Wrapped<String?>? location, Wrapped<String?>? languageid, Wrapped<String?>? language, Wrapped<String?>? warehouseid, Wrapped<String?>? warehouse, Wrapped<String?>? departmentid, Wrapped<String?>? department, Wrapped<bool?>? webadministrator, Wrapped<int?>? firstdayofweek, Wrapped<String?>? rentalinventorydepartmentid, Wrapped<String?>? rentalinventorydepartment, Wrapped<String?>? salesinventorydepartmentid, Wrapped<String?>? salesinventorydepartment, Wrapped<String?>? partsinventorydepartmentid, Wrapped<String?>? partsinventorydepartment, Wrapped<String?>? transportationinvdepartmentid, Wrapped<String?>? transportationinvdepartment, Wrapped<String?>? laborinventorydepartmentid, Wrapped<String?>? laborinventorydepartment, Wrapped<String?>? miscinventorydepartmentid, Wrapped<String?>? miscinventorydepartment, Wrapped<String?>? spaceinventorydepartmentid, Wrapped<String?>? spaceinventorydepartment, Wrapped<bool?>? iscrew, Wrapped<bool?>? enablecreatecontract, Wrapped<bool?>? qsallowapplyallqtyitems, Wrapped<bool?>? allowcontractwithexceptions, Wrapped<bool?>? canInsertIntoActiveOrder, Wrapped<int?>? creditCardPinPadId, Wrapped<String?>? creditCardPinPad}) WebApiLogicAppFuncSessionUser

Available on WebApiLogicAppFuncSessionUser, provided by the $WebApiLogicAppFuncSessionUserExtension extension

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.
override

Operators

operator ==(dynamic other) bool
The equality operator.
override

Constants

fromJsonFactory → const WebApiLogicAppFuncSessionUser Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(WebApiLogicAppFuncSessionUser instance)