menu
json_api package
documentation
document.dart
Identity
same static method
same static method
dark_mode
light_mode
same
static method
bool
same
(
Identity
a
,
Identity
b
)
Implementation
static bool same(Identity a, Identity b) => a.type == b.type && a.id == b.id;
json_api package
documentation
document
Identity
same static method
Identity mixin