GetPathState constructor

GetPathState({
  1. String? path,
})

Implementation

GetPathState({this.path}) {
  methods = {
    'process': (msg, context) => process(msg, context),
  };
}