BarrageWallValue class

Constructors

BarrageWallValue({required HashList<Bullet> bullets, int showedTimeBefore = 0, List<Bullet> waitingList = const [], int size = 0, int processedSize = 0})
BarrageWallValue.fromList(List<Bullet> bullets, {int showedTimeBefore = 0, List<Bullet> waitingList = const []})

Properties

bullets HashList<Bullet>
final
hashCode int
The hash code for this object.
no setterinherited
processedSize int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showedTimeBefore int
final
size int
final
waitingList List<Bullet>
final

Methods

copyWith({required int processedSize, int? showedTimeBefore, List<Bullet>? waitingList}) BarrageWallValue
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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