import 'package:dio/dio.dart'; class {0}Repository { final Dio client; {0}Repository(this.client); }