FwStandardModelsFwApplicationUser class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
Properties
- browserApp → String?
-
final
- browserAppVersion → String?
-
final
- browserDeviceId → String?
-
final
- browserUrl → String?
-
final
- browserUserAgent → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- password → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userName → String
-
final
- webApp → String?
-
final
Methods
-
copyWith(
{String? userName, String? password, String? webApp, String? browserApp, String? browserAppVersion, String? browserDeviceId, String? browserUserAgent, String? browserUrl}) → FwStandardModelsFwApplicationUser -
Available on FwStandardModelsFwApplicationUser, provided by the $FwStandardModelsFwApplicationUserExtension extension
-
copyWithWrapped(
{Wrapped< String> ? userName, Wrapped<String> ? password, Wrapped<String?> ? webApp, Wrapped<String?> ? browserApp, Wrapped<String?> ? browserAppVersion, Wrapped<String?> ? browserDeviceId, Wrapped<String?> ? browserUserAgent, Wrapped<String?> ? browserUrl}) → FwStandardModelsFwApplicationUser -
Available on FwStandardModelsFwApplicationUser, provided by the $FwStandardModelsFwApplicationUserExtension 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 FwStandardModelsFwApplicationUser Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(FwStandardModelsFwApplicationUser instance)