parent
e850f52d45
commit
b4d85a6e6e
4 changed files with 24 additions and 13 deletions
@ -0,0 +1,9 @@ |
||||
class HistoryChanged { |
||||
const HistoryChanged( |
||||
this.changed, |
||||
this.len, |
||||
); |
||||
|
||||
final bool changed; |
||||
final int? len; |
||||
} |
Loading…
Reference in new issue