debugModel property Null safety
final
Whether to output the debug information. Make sure to call the method after initializing the EMClient using {@link #init(Context, EMOptions)}.
true
: Yes.false
: (Default)No.
Implementation
final bool debugModel;