WebApiModulesAdministratorControlsCustomFormUserCustomFormUser class

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

Constructors

WebApiModulesAdministratorControlsCustomFormUserCustomFormUser({String? customFormUserId, String? customFormId, String? customFormDescription, String? webUserId, String? userId, String? userName, String? dateStamp, String? auditNote, String? recordTitle, List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields, List<FwStandardDataFwCustomValue>? custom, List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue>? translation})
WebApiModulesAdministratorControlsCustomFormUserCustomFormUser.fromJson(Map<String, dynamic> json)
factory

Properties

auditNote String?
final
custom List<FwStandardDataFwCustomValue>?
final
customFormDescription String?
final
customFormId String?
final
customFormUserId String?
final
dateStamp String?
final
defaultFieldAttributes List<FwStandardDataFwDefaultAttribute>?
final
fields List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?
final
hashCode int
The hash code for this object.
no setteroverride
recordTitle String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
translation List<FwStandardDataFwTranslatedValue>?
final
userId String?
final
userName String?
final
webUserId String?
final

Methods

copyWith({String? customFormUserId, String? customFormId, String? customFormDescription, String? webUserId, String? userId, String? userName, String? dateStamp, String? auditNote, String? recordTitle, List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields, List<FwStandardDataFwCustomValue>? custom, List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue>? translation}) WebApiModulesAdministratorControlsCustomFormUserCustomFormUser

Available on WebApiModulesAdministratorControlsCustomFormUserCustomFormUser, provided by the $WebApiModulesAdministratorControlsCustomFormUserCustomFormUserExtension extension

copyWithWrapped({Wrapped<String?>? customFormUserId, Wrapped<String?>? customFormId, Wrapped<String?>? customFormDescription, Wrapped<String?>? webUserId, Wrapped<String?>? userId, Wrapped<String?>? userName, Wrapped<String?>? dateStamp, Wrapped<String?>? auditNote, Wrapped<String?>? recordTitle, Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>? fields, Wrapped<List<FwStandardDataFwCustomValue>?>? custom, Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes, Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation}) WebApiModulesAdministratorControlsCustomFormUserCustomFormUser

Available on WebApiModulesAdministratorControlsCustomFormUserCustomFormUser, provided by the $WebApiModulesAdministratorControlsCustomFormUserCustomFormUserExtension 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