profilePic property

  1. @HiveField.new(8)
  2. @JsonKey.new(includeIfNull: false)
String? get profilePic

Implementation

@HiveField(8)
@JsonKey(includeIfNull: false)
String? get profilePic;