EmergencyResult constructor

EmergencyResult({
  1. String? name,
  2. String? phone,
})

Implementation

EmergencyResult({this.name, this.phone});