EmploymentVerification class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- EmploymentVerification({EmploymentVerificationStatus? status, DateTime? startDate, DateTime? endDate, EmployerVerification? employer, String? title, PlatformIds? platformIds})
-
EmploymentVerification.fromJson(Map<
String, dynamic> json) -
factory
Properties
- employer → EmployerVerification?
-
final
- endDate → DateTime?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- platformIds → PlatformIds?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startDate → DateTime?
-
final
- status → EmploymentVerificationStatus?
-
final
- title → String?
-
final
Methods
-
copyWith(
{EmploymentVerificationStatus? status, DateTime? startDate, DateTime? endDate, EmployerVerification? employer, String? title, PlatformIds? platformIds}) → EmploymentVerification -
Available on EmploymentVerification, provided by the $EmploymentVerificationExtension extension
-
copyWithWrapped(
{Wrapped< EmploymentVerificationStatus?> ? status, Wrapped<DateTime?> ? startDate, Wrapped<DateTime?> ? endDate, Wrapped<EmployerVerification?> ? employer, Wrapped<String?> ? title, Wrapped<PlatformIds?> ? platformIds}) → EmploymentVerification -
Available on EmploymentVerification, provided by the $EmploymentVerificationExtension 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 EmploymentVerification Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(EmploymentVerification instance)