bodyweightKeywords constant

List<String> const bodyweightKeywords

These are the special meta keywords to denote bodyweight.

Implementation

static const List<String> bodyweightKeywords = [
  'bodyweight',
  'Bodyweight',
  'bw',
  'BW',
];