fields property

  1. @override
Map<Symbol, Field<GetChannelsBody, dynamic>> fields
final

The set of fields this interface defines.

Implementation

@override
final Map<Symbol, Field<GetChannelsBody, dynamic>> fields = const {
  #page: _f$page,
  #resultsPerPage: _f$resultsPerPage,
  #channelCount: _f$channelCount,
  #channels: _f$channels,
};