href property

String? href

Implementation

String? get href {
  if (this[AppFlowyRichTextKeys.href] is String) {
    return this[AppFlowyRichTextKeys.href];
  }
  return null;
}