import 'package:test/test.dart'; import 'package:tuuli_api/tuuli_api.dart'; // tests for LocationInner void main() { final instance = LocationInnerBuilder(); // TODO add properties to the builder and call build() group(LocationInner, () { }); }