WithAuthor mixin

Superclass constraints
Mixin applications

Properties

author String?
no setter
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pairinherited
imageFutures List<Future<ImageData<Object>?>>?
getter/setter pairinherited
imagehashes List<String>?
getter/setter pairinherited
mainhash String?
getter/setter pairinherited
mainImage Future<ImageData<Object>?>
getter/setter pairinherited
previewImage Future<ImageData<Object>?>
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtitle String?
no setterinherited
title String
no setterinherited

Methods

extras({BuildContext? context}) List<Widget>
an optional extra Widget, to display extra data (currently only used by CheckPointDefect to show the urgency)
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toSmallJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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