Config constructor

const Config({
  1. bool? enabled,
})

Creates an RFW configuration overlay.

Implementation

const Config({this.enabled});