import './operation.dart'; class Transaction { final List operations; Transaction([this.operations = const []]); }