@override Map<String, dynamic> toJson() => { '__type': 'HWFileImage', 'path': path is MBind ? (path as MBind).toJson() : path, };