GherkinStep constructor
const
GherkinStep({})
Creates a parsed step.
Implementation
const GherkinStep({
required this.keyword,
this.inheritedKeyword = '',
required this.text,
required this.source,
this.docString,
this.docStringMediaType,
this.docStringIndent = 0,
this.table = const [],
});