scope property Null safety
- @Column(nullable: true)
read / writeinherited
Scopes for this token, delimited by the space character.
Implementation
@Column(nullable: true)
String? scope;
Scopes for this token, delimited by the space character.
@Column(nullable: true)
String? scope;