InputtingBegin constructor
InputtingBegin({
- Int64? self,
- Int64? target,
- MessageFormat? msgFmt,
Implementation
factory InputtingBegin({
$fixnum.Int64? self,
$fixnum.Int64? target,
$0.MessageFormat? msgFmt,
}) {
final $result = create();
if (self != null) {
$result.self = self;
}
if (target != null) {
$result.target = target;
}
if (msgFmt != null) {
$result.msgFmt = msgFmt;
}
return $result;
}