factory AsyncId.fromJson(Map<String, Object?> json) { return AsyncId( asyncId: json[r'asyncId'] as String? ?? '', ); }