toJsonLd method
Serialize SchemaLendAction to JSON-LD
Implementation
@override
Map<String, dynamic> toJsonLd() => removeEmpty({
...super.toJsonLd(),
'@type': 'LendAction',
'borrower': convertToJsonLd(borrower, [SchemaPerson]),
});