factory ImagePermission.fromJson(Map<String, dynamic> json) { return ImagePermission( sharedAccountId: json['SharedAccountId'] as String?, ); }