uri property

  1. @JsonKey(name: "uri")
String uri
final

the uri is used for representing desired resource. this can be native local material icons and also can be remote resource url. (and more)

Implementation

@JsonKey(name: "uri")
final String uri;