ServicesResponseDtoData class
- Annotations
-
- @freezed
Constructors
- ServicesResponseDtoData.new({required int id, required String title, String? description, required String priceType, required String priceUnit, required int fixedPrice, required int minimumPrice, required int maximumPrice, required String visibility, required String createdAt, required String updatedAt, double? distanceInKm, required ActiveStorageImageResponseDto displayImage, required ServicesResponseDtoDataHandyman handyman})
-
constfactory
-
ServicesResponseDtoData.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
copyWith
→ $ServicesResponseDtoDataCopyWith<
ServicesResponseDtoData> -
Create a copy of ServicesResponseDtoData
with the given fields replaced by the non-null parameter values.
no setterinherited
- createdAt → String
-
no setterinherited
- description → String?
-
no setterinherited
- displayImage → ActiveStorageImageResponseDto
-
no setterinherited
- distanceInKm → double?
-
no setterinherited
- fixedPrice → int
-
no setterinherited
- handyman → ServicesResponseDtoDataHandyman
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → int
-
no setterinherited
- maximumPrice → int
-
no setterinherited
- minimumPrice → int
-
no setterinherited
- priceType → String
-
no setterinherited
- priceUnit → String
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title → String
-
no setterinherited
- updatedAt → String
-
no setterinherited
- visibility → String
-
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Serializes this ServicesResponseDtoData to a JSON map.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited