uri property

String? uri
final

The URI (or IRI) of the image.

Relative paths are relative to the current glTF asset. Instead of referencing an external file, this field MAY contain a data:-URI. This field MUST NOT be defined when bufferView is defined.

Implementation

final String? uri;