type property Null safety

  1. @Column(indexed: true, nullable: true)
String? type
read / writeinherited

The value 'bearer'.

Implementation

@Column(indexed: true, nullable: true)
String? type;