isDevelopment property
bool
get
isDevelopment
Is this a development instance?
Implementation
bool get isDevelopment => this == development;
Is this a development instance?
bool get isDevelopment => this == development;