LogDevice constructor

LogDevice({
  1. required String architecture,
})

Implementation

LogDevice({
  required this.architecture,
});