import 'package:test/test.dart'; import 'package:fintracker_api/fintracker_api.dart'; // tests for UnmatchedOut void main() { final UnmatchedOut? instance = /* UnmatchedOut(...) */ null; // TODO add properties to the entity group(UnmatchedOut, () { // List broker test('to test the property `broker`', () async { // TODO }); // List zm test('to test the property `zm`', () async { // TODO }); }); }