factory PlaywireInitError.fromMap(Map<String, dynamic> map) { return PlaywireInitError( message: (map['message'] as String?) ?? 'Unknown error', ); }