Path constructor

Path({
  1. required String? account,
  2. required bool change,
})

Implementation

Path({
  required this.account,
  required this.change,
});