DataAttributeValue.withBoolean constructor - DataAttributeValue - mapview.datasource library - Dart API
DataAttributeValue.withBoolean
DataAttributeValue.withBoolean constructor
- bool value
Creates a boolean data attribute value.
valueAttribute value.
Implementation
factory DataAttributeValue.withBoolean(bool value) => $prototype.withBoolean(value);