BlockEntry class

Represents a single blog/data entry in the overview table.

Each entry has a title, date, and comment that are displayed in the block overview data table.

Constructors

BlockEntry({required String title, required String date, required String comment})
Creates a block entry with the required fields.

Properties

comment String
Additional comment or description.
final
date String
The date associated with the entry.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
The title of the entry.
final

Methods

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

Operators

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