menu
metadata_fetch_plus package
documentation
metadata_fetch_plus.dart
MetadataParser
jsonLdSchema static method
jsonLdSchema static method
dark_mode
light_mode
jsonLdSchema
static method
Metadata
jsonLdSchema
(
Document?
document
)
Implementation
static Metadata jsonLdSchema(Document? document) { return JsonLdParser(document).parse(); }
metadata_fetch_plus package
documentation
metadata_fetch_plus
MetadataParser
jsonLdSchema static method
MetadataParser class