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