isSealed property

bool get isSealed

Whether the class is a sealed class.

A class is a sealed class if it has an explicit sealed modifier.

Implementation

bool get isSealed;