captureParams property

Map<String, String> get captureParams

Implementation

Map<String, String> get captureParams {
  return <String, String>{
    "tag": tag!,
    "captureType": captureType.label,
  };
}