GetTextResult constructor

const GetTextResult(
  1. String text
)

Creates a result with the given text.

Implementation

const GetTextResult(this.text);