Map<String, dynamic> toJson() => { if (dartSdk != null) 'dartSdk': dartSdk, if (flutterSdk != null) 'flutterSdk': flutterSdk, };