flavors property

  1. @MappableField()
Map<String, String> flavors

Retrieves the flavors defined in the project's fvm.yaml file.

Implementation

@MappableField()
Map<String, String> get flavors => config?.flavors ?? {};