url property

  1. @JsonKey(name: 'au')
String? url
final

Specifies a URL where more information about the asset can be retrieved. Max size is 32 bytes.

Implementation

@JsonKey(name: 'au')
final String? url;