blob: 586cbd84b597e656b4ca5310408c1d86fb447b35 [file] [log] [blame] [view]
# isCompatible method
bool isCompatible
()
_inherited_
## Implementation
```dart
bool isCompatible() => magic == kMagicNumberInitial;
```