AssetReportUser class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
Properties
- clientUserId → String?
-
final
- email → String?
-
final
- firstName → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- lastName → String?
-
final
- middleName → String?
-
final
- phoneNumber → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- ssn → String?
-
final
Methods
-
copyWith(
{String? clientUserId, String? firstName, String? middleName, String? lastName, String? ssn, String? phoneNumber, String? email}) → AssetReportUser -
Available on AssetReportUser, provided by the $AssetReportUserExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? clientUserId, Wrapped<String?> ? firstName, Wrapped<String?> ? middleName, Wrapped<String?> ? lastName, Wrapped<String?> ? ssn, Wrapped<String?> ? phoneNumber, Wrapped<String?> ? email}) → AssetReportUser -
Available on AssetReportUser, provided by the $AssetReportUserExtension 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 AssetReportUser Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(AssetReportUser instance)