cucumber-d ~master (2022-04-09T15:34:25.2419282)
Dub
Repo
Base
gherkin
base
abstract
class
Base {
string
keyword
;
@
serializationIgnoreOutIf
!`a.empty`
string
name
;
Location
location
;
this
(string keyword, string name, Location location);
}
Constructors
this
this
(string keyword, string name, Location location)
Members
Variables
keyword
string
keyword
;
location
Location
location
;
name
string
name
;
Meta
Source
See Implementation
gherkin
base
classes
Base