core.Map<core.String, core.dynamic> toJson() => { if (fullName != null) 'fullName': fullName!, if (path != null) 'path': path!, };