primaryActions property

  1. @JsonKey(name: 'primary')
List<NavigationItem>? primaryActions
inherited

Implementation

@JsonKey(name: 'primary')
List<NavigationItem>? get primaryActions =>
    throw _privateConstructorUsedError;