failedTokens property

List<String> failedTokens

List of tokens that have failed to send.

送信に失敗したトークンの一覧。

Implementation

List<String> get failedTokens =>
    _results.where((key, value) => value == null).keys.toList();