FlowSchema constructor
const
FlowSchema({
- String? apiVersion,
- String? kind,
- ObjectMeta? metadata,
- FlowSchemaSpec? spec,
- FlowSchemaStatus? status,
Default constructor.
Implementation
const FlowSchema({
this.apiVersion,
this.kind,
this.metadata,
this.spec,
this.status,
});