tMeUrlTypeUser property
A URL linking to a user
Implementation
TMeUrlTypeUser? get tMeUrlTypeUser {
if (this is TMeUrlTypeUser) {
return this as TMeUrlTypeUser;
}
return null;
}
A URL linking to a user
TMeUrlTypeUser? get tMeUrlTypeUser {
if (this is TMeUrlTypeUser) {
return this as TMeUrlTypeUser;
}
return null;
}