JwtPayload constructor
JwtPayload({})
Implementation
JwtPayload({
required this.sdkKey,
required this.appKey,
required this.iat,
required this.exp,
required this.role,
required this.tokenExp,
this.mn, // Nullable meeting ID
});