authorizationId property Null safety
Authorization Id is the field used to identify the logged in user in session data
Could be unique user id, username, email
Implementation
String get authorizationId;
Authorization Id is the field used to identify the logged in user in session data
Could be unique user id, username, email
String get authorizationId;