CodeStub constructor
CodeStub({})
Returns a new CodeStub instance.
Implementation
CodeStub({
required this.id,
this.context,
this.type,
this.code,
this.version,
this.label = const {},
});
Returns a new CodeStub instance.
CodeStub({
required this.id,
this.context,
this.type,
this.code,
this.version,
this.label = const {},
});