TypeTimeRender constructor

TypeTimeRender([
  1. bool inMilliseconds = true,
  2. List<String>? _allowedKeys
])

Implementation

TypeTimeRender([this.inMilliseconds = true, this._allowedKeys])
    : super('time-render');