TelParsedResult constructor

TelParsedResult(
  1. String? number,
  2. String? telURI,
  3. String? title
)

Implementation

TelParsedResult(this.number, this.telURI, this.title)
    : super(ParsedResultType.tel);