RunStepList constructor
const
RunStepList({})
Creates a RunStepList.
Implementation
const RunStepList({
required this.object,
required this.data,
this.firstId,
this.lastId,
required this.hasMore,
});
Creates a RunStepList.
const RunStepList({
required this.object,
required this.data,
this.firstId,
this.lastId,
required this.hasMore,
});