snapchatUrl property

  1. @HiveField.new(10)
  2. @JsonKey.new(includeIfNull: false)
String? get snapchatUrl

Implementation

@HiveField(10)
@JsonKey(includeIfNull: false)
String? get snapchatUrl;