getOrNull abstract method

String? getOrNull(
  1. String key, {
  2. String? defaultValue,
})

get or null in implemented classes

Implementation

String? getOrNull(String key, {String? defaultValue});