stringValue abstract method

String? stringValue(
  1. ScannedFile file,
  2. Annotation annotation,
  3. String key
)

Konstanter String-Wert des benannten Arguments key, sonst null.

Implementation

String? stringValue(ScannedFile file, Annotation annotation, String key);