copy method

  1. @override
JParse copy({
  1. List<String>? newStates,
})
override

Implementation

@override
JParse copy({List<String>? newStates}) =>
    JParse(pattern, dtoken, newStates ?? this.newStates, constants);