Offer class

Inheritance

Constructors

Offer(int _id, String? _category, String? _title, String? _description, String? _code)
Offer.fromJson(Map<String, dynamic> json)
factory

Properties

category String?
no setter
code String?
no setter
description String?
no setter
hashCode int
The hash code for this object.
no setterinherited
id int
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setCategory String
no getter
setCode String
no getter
setDescription String
no getter
setId int
no getterinherited
setTitle String
no getter
title String?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map
toString() String
A string representation of this object.
inherited

Operators

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