Service class

Constructors

Service({int? serviceId, String? serviceName, String? serviceDescription, String? ssu, String? servicePrice, int? stock, String? serviceSpecialPrice, String? specialPriceStart, String? specialPriceEnd, String? taxType, String? isPublished, String? vendor})
Service.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isPublished String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceDescription String?
getter/setter pair
serviceId int?
getter/setter pair
serviceName String?
getter/setter pair
servicePrice String?
getter/setter pair
serviceSpecialPrice String?
getter/setter pair
specialPriceEnd String?
getter/setter pair
specialPriceStart String?
getter/setter pair
ssu String?
getter/setter pair
stock int?
getter/setter pair
taxType String?
getter/setter pair
vendor String?
getter/setter pair

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