blob: 72d82abdd19e6546633806ea5c46dd1d45364bac [file] [log] [blame] [view]
# isCompatible method
bool isCompatible
()
_<span class="feature inherited">inherited</span>_
## Implementation
```dart
bool isCompatible() => magic == kMagicNumberInitial;
```