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