getStyle method

BeagleStyle? getStyle()

Implementation

BeagleStyle? getStyle() {
  return properties.containsKey('style') ? BeagleStyle.fromMap(properties['style']) : null;
}