mode property

String get mode

是否是debug模式

Implementation

String get mode => kDebugMode ? 'debug' : 'release';