menu
easypost
easypost.dart
LabelFormat
matches method
matches
brightness_4
brightness_5
matches
method
bool
matches
(
ValueEnum
other
)
inherited
Implementation
bool matches(ValueEnum other) => value == other.value;
easypost
easypost
LabelFormat
matches method
LabelFormat class