RemoteNetworkInspectorInfo constructor

const RemoteNetworkInspectorInfo({
  1. required String id,
  2. required String title,
})

Implementation

const RemoteNetworkInspectorInfo({required this.id, required this.title});