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