sortedSignatoriesBytes property

List<Uint8List> sortedSignatoriesBytes

Implementation

List<Uint8List> get sortedSignatoriesBytes =>
    _signatories.map((e) => e.signatoryBytes).toList(growable: false);