FlowDistinguisherMethod constructor

const FlowDistinguisherMethod({
  1. required String type,
})

Default constructor.

Implementation

const FlowDistinguisherMethod({
  required this.type,
});