LoaderElement.bottom constructor
- PreciseDateTime? at
Implementation
LoaderElement.bottom([PreciseDateTime? at])
: super(
ListElementId(
at ?? PreciseDateTime.now().add(1.days),
const ChatItemId('0'),
),
);
LoaderElement.bottom([PreciseDateTime? at])
: super(
ListElementId(
at ?? PreciseDateTime.now().add(1.days),
const ChatItemId('0'),
),
);