WebApiModulesSettingsWidgetUserWidgetUser class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
-
WebApiModulesSettingsWidgetUserWidgetUser({String? widgetUserId, String? widgetId, String? widgetDescription, String? webUserId, String? userId, String? userName, String? dateStamp, String? auditNote, String? recordTitle, List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, List<FwStandardDataFwCustomValue> ? custom, List<FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue> ? translation}) -
WebApiModulesSettingsWidgetUserWidgetUser.fromJson(Map<
String, dynamic> json) -
factory
Properties
- auditNote → String?
-
final
-
custom
→ List<
FwStandardDataFwCustomValue> ? -
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
- widgetDescription → String?
-
final
- widgetId → String?
-
final
- widgetUserId → String?
-
final
Methods
-
copyWith(
{String? widgetUserId, String? widgetId, String? widgetDescription, String? webUserId, String? userId, String? userName, String? dateStamp, String? auditNote, String? recordTitle, List< FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, List<FwStandardDataFwCustomValue> ? custom, List<FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue> ? translation}) → WebApiModulesSettingsWidgetUserWidgetUser -
Available on WebApiModulesSettingsWidgetUserWidgetUser, provided by the $WebApiModulesSettingsWidgetUserWidgetUserExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? widgetUserId, Wrapped<String?> ? widgetId, Wrapped<String?> ? widgetDescription, Wrapped<String?> ? webUserId, Wrapped<String?> ? userId, Wrapped<String?> ? userName, Wrapped<String?> ? dateStamp, Wrapped<String?> ? auditNote, Wrapped<String?> ? recordTitle, Wrapped<List< ? fields, Wrapped<FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ?>List< ? custom, Wrapped<FwStandardDataFwCustomValue> ?>List< ? defaultFieldAttributes, Wrapped<FwStandardDataFwDefaultAttribute> ?>List< ? translation}) → WebApiModulesSettingsWidgetUserWidgetUserFwStandardDataFwTranslatedValue> ?> -
Available on WebApiModulesSettingsWidgetUserWidgetUser, provided by the $WebApiModulesSettingsWidgetUserWidgetUserExtension 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 WebApiModulesSettingsWidgetUserWidgetUser Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(WebApiModulesSettingsWidgetUserWidgetUser instance)