MyoroTableConfiguration<T> class

Configuration model of MyoroTable.

Annotations

Constructors

MyoroTableConfiguration.new({required MyoroTableConfigurationRequest<T> request, required List<MyoroTableColumn> columns, required MyoroTableConfigurationRowBuilder<T> rowBuilder})
const

Properties

columns List<MyoroTableColumn>
Columns of the MyoroTable.
final
hashCode int
The hash code for this object.
no setterinherited
request MyoroTableConfigurationRequest<T>
Request of the items of the MyoroTable.
final
rowBuilder MyoroTableConfigurationRowBuilder<T>
Builder of the cells of the row.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
self MyoroTableConfiguration<T>
no setterinherited

Methods

copyWith({MyoroTableConfigurationRequest<T>? request, List<MyoroTableColumn>? columns, MyoroTableConfigurationRowBuilder<T>? rowBuilder}) MyoroTableConfiguration<T>
inherited
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