ReverseConfig constructor

const ReverseConfig({
  1. List<ReverseBridge>? bridges,
  2. List<ReversePortal>? portals,
})

Implementation

const ReverseConfig({this.bridges, this.portals});