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