Report class

Constructors

Report({required String id, String? title, String? description, required Reporter? reportedBy, String? type, String? priority, String? source, String? status, String? createdAt, List<Media>? listOfMedia, CrashLog? crashLog2, String? appId, String? exportedOn, String? updatedAt})
Report.fromJson(Map<String, dynamic> json)
factory

Properties

appId String?
final
crashLog2 CrashLog?
final
createdAt String?
final
description String?
final
exportedOn String?
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
listOfMedia List<Media>?
final
priority String?
final
reportedBy Reporter?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String?
final
status String?
final
title String?
final
type String?
final
updatedAt String?
final

Methods

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

Operators

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