factory ActionTextOutputDeltaFull.fromJson(Map<String, dynamic> json) => ActionTextOutputDeltaFull( full: (json['Full'] as String?) ?? '', );