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