VRtcAppLog constructor

const VRtcAppLog({
  1. required String title,
  2. required String desc,
})

Implementation

const VRtcAppLog({
  required this.title,
  required this.desc,
});