PadlockSequence constructor

PadlockSequence({
  1. required List<Padlock> padlocks,
})

Creates a new PadlockSequence instance.

Implementation

PadlockSequence({
  required this.padlocks,
});