getGreatGrandchildString method
Gets a great-grandchild value as String.
Implementation
String? getGreatGrandchildString(
String childKey,
String grandChildKey,
String greatGrandChildKey,
) => getGreatGrandchild(childKey, grandChildKey, greatGrandChildKey) as String?;