decisionType property
String?
get
decisionType
Evidence decision type, usually render_capture.
Implementation
String? get decisionType => event.fields['decisionType'] as String?;
Evidence decision type, usually render_capture.
String? get decisionType => event.fields['decisionType'] as String?;