tips property

  1. @JsonKey(name: 'tips')
List<String>? tips
getter/setter pair

A list of tips, provided by the Firehose.

Implementation

@JsonKey(name:'tips')
List<String>? tips;