name property

  1. @JsonKey(name: 'n')
  2. @B64ToByteArrayConverter()
Uint8List name
final

the name of the box unique to the app it belongs to

Implementation

@JsonKey(name: 'n')
@B64ToByteArrayConverter()
final Uint8List name;