factory CallbackInvocation.fromMap(Map<String, dynamic> map) { return CallbackInvocation(id: map['id'] ?? 0, key: map['key'] ?? ''); }