crewRead abstract method
- @Get.new(path: '/crew/{id}')
- @Path.new('id') @required int? id,
@param id The LASSO unique identifier for this resource.
Implementation
@Get(path: '/crew/{id}')
Future<chopper.Response<Crew>> crewRead({@Path('id') @required int? id});