import 'package:test/test.dart'; import 'package:tuuli_api/tuuli_api.dart'; // tests for ErrorResponse void main() { final instance = ErrorResponseBuilder(); // TODO add properties to the builder and call build() group(ErrorResponse, () { // String error test('to test the property `error`', () async { // TODO }); }); }