features property

List<Feature> features

Implementation

List<Feature> get features =>
    jsObject.features.map((dynamic f) => Feature.fromJsObject(f)).toList();