firstClassification property

BaseClassifications? get firstClassification

Convenience helper for the first Classifications object.

Implementation

BaseClassifications? get firstClassification =>
    classifications.isNotEmpty ? classifications.first : null;