description property

  1. @HiveField.new(3)
  2. @JsonKey.new(includeIfNull: false)
String? get description
inherited

Implementation

@HiveField(3)
@JsonKey(includeIfNull: false)
String? get description => throw _privateConstructorUsedError;