Complaint class

Inheritance

Constructors

Complaint(int _id, String? _category, String? _title, String? _details, String? _status, int _userId, String? _createdAt, String? _lastUpdatedAt)
Complaint.fromJson(Map<String, dynamic> json)
factory

Properties

category String?
no setter
createdAt String?
no setter
details String?
no setter
hashCode int
The hash code for this object.
no setterinherited
id int
no setterinherited
lastUpdatedAt String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setCategory String
no getter
setCreatedAt String
no getter
setDetails String
no getter
setId int
no getterinherited
setLastUpdatedAt String
no getter
setStatus String
no getter
setTitle String
no getter
setUserId int
no getter
status String?
no setter
title String?
no setter
userId int
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