OptionType class

Annotations
  • @JsonSerializable.new()

Constructors

OptionType({required String id, required String title, required String type, required dynamic values, required String? additionalPrice, required dynamic additionalPriceBreakdown})
OptionType.fromJson(Map<String, dynamic> json)
factory

Properties

additionalPrice String?
final
additionalPriceBreakdown → dynamic
additionalPriceBreakdown is List<dynamic> additionalPriceBreakdown is _Map<String, dynamic>: {flat: 0.00, 3d: 1.50, both: 1.50}
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
final
type String
final
values → dynamic
values may be List<dynamic> values may be _Map<String, dynamic>
final

Methods

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.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited