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