token property

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

Implementation

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