encode method
Implementation
Object encode() {
return <Object?>[
debug,
enableCustomLogging,
enableExceptionCapture,
alsoNativeLogs,
];
}
Object encode() {
return <Object?>[
debug,
enableCustomLogging,
enableExceptionCapture,
alsoNativeLogs,
];
}