CreateSuggestionModel class

Constructors

CreateSuggestionModel({required String title, required List<SuggestionLabel> labels, required String authorId, required bool isAnonymous, String? description, List<String> images = const <String>[], SuggestionStatus status = SuggestionStatus.requests})

Properties

authorId String
final
description String?
final
hashCode int
The hash code for this object.
no setterinherited
images List<String>
final
isAnonymous bool
final
labels List<SuggestionLabel>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status SuggestionStatus
final
title String
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