getStringValue abstract method

String getStringValue({
  1. required String key,
  2. String category = '',
  3. String defaultValue = '',
})

Implementation

String getStringValue({
  required String key,
  String category = '',
  String defaultValue = '',
});