OtherLogConfig constructor

OtherLogConfig(
  1. {@required bool initRequired}
)

Implementation

OtherLogConfig({
  @required this.initRequired,
});