TrendsService constructor

TrendsService({
  1. required ClientContext context,
})

Returns the new instance of TrendsService.

Implementation

factory TrendsService({required ClientContext context}) =>
    _TrendsService(context: context);