appContexts property

List<AppContext> appContexts
final

context is the environment which the app is running on. In app can run on multiple contexts, the intuition why context is a list. example of contexts;

BewellCONSUMER BewellPRO

An app should have at least one context

Implementation

final List<AppContext> appContexts;