rejectionReasons property
Implementation
List<String>? get rejectionReasons => _rejectionReasons;
set
rejectionReasons
(List<String>? rejectionReasons)
Implementation
set rejectionReasons(List<String>? rejectionReasons) =>
_rejectionReasons = rejectionReasons;