add method
_historyList に追加する.
Implementation
void add(LoggerResultInterface loggerLoggerResultInterface) {
final history = History.fromResult(loggerLoggerResultInterface);
_historyList.add(history);
}
_historyList に追加する.
void add(LoggerResultInterface loggerLoggerResultInterface) {
final history = History.fromResult(loggerLoggerResultInterface);
_historyList.add(history);
}