Redox constructor

Redox([
  1. void updates(
    1. RedoxBuilder b
    )?
])

Implementation

factory Redox([void Function(RedoxBuilder b)? updates]) = _$Redox;