@override Object toJson() => { if (blobs.isNotDefault) 'blobs': [for (final i in blobs) i.toJson()], };