isSupported property

bool get isSupported

Whether or not this API is compatible with the current version.

Note: There may be extra fields included.

Implementation

bool get isSupported => this >= oldestSupported && this <= latestSupported;