factory ActiveWindowError.fromMap(Map<String, dynamic> map) { return ActiveWindowError( number: map['number'], message: map['message'], ); }