RemoteLog constructor
RemoteLog({})
Creates an instance of RemoteLog with the given properties.
Implementation
RemoteLog({
required this.logLevel,
this.tag,
required this.message,
this.throwable,
required this.time,
});