color property

  1. @BuiltValueField.new(wireName: r'color')
String? get color

Color of the item.

Implementation

@BuiltValueField(wireName: r'color')
String? get color;