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