representation property

Map<String, String> representation

The representation of this parameter, how it will be passed to MBurger APIs.

Implementation

Map<String, String> get representation {
  return {};
}