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