textEntityTypeUrl property
An HTTP URL
Implementation
TextEntityTypeUrl? get textEntityTypeUrl {
if (this is TextEntityTypeUrl) {
return this as TextEntityTypeUrl;
}
return null;
}
An HTTP URL
TextEntityTypeUrl? get textEntityTypeUrl {
if (this is TextEntityTypeUrl) {
return this as TextEntityTypeUrl;
}
return null;
}