EasyIssue constructor

const EasyIssue({
  1. required String path,
  2. required String code,
  3. required String message,
})

Implementation

const EasyIssue({required this.path, required this.code, required this.message});