accounts property

List<String> get accounts

Implementation

List<String> get accounts =>
    _model.accounts.map((bytes) => hex.encode(bytes)).toList();