url property

  1. @JsonKey(name: 'url')
String? get url
inherited

Optional. HTTP or tg:// url to be opened when button is pressed

Implementation

@JsonKey(name: 'url')
String? get url;