MyoroGroupRadioItems typedef

MyoroGroupRadioItems = Map<String, bool>

Radios of the group. Provided as a map for speed and ease of navigation.

Implementation

typedef MyoroGroupRadioItems = Map<String, bool>;