getList abstract method

ConstList? getList(
  1. String key
)

Gets a list property by name.

@param key The property name @return The list value, or null if not found or not a list

Implementation

ConstList? getList(String key);