OkHiEvent constructor

OkHiEvent({
  1. required String resultType,
  2. required String methodCall,
  3. String? locationId,
  4. String? code,
  5. String? message,
})

Implementation

OkHiEvent({
  required this.resultType,
  required this.methodCall,
  this.locationId,
  this.code,
  this.message,
});