Lexeme.from constructor

Lexeme.from({
  1. required String url,
  2. required String abchor,
})

Returns the new instance of Lexeme based on arguments.

Implementation

Lexeme.from({
  required this.url,
  required this.abchor,
});