fullSummary property

String get fullSummary

Gets a complete summary of all permissions (dynamic)

Implementation

String get fullSummary {
  return DynamicPermissionsAnalyzer.getFormattedSummary(this);
}