debugModel property Null safety

bool debugModel
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;