abstract fun getListOfMap(key: String!): MutableList<MutableMap<String!, Any!>!>! (source)
Get a list of maps from this configuration.
key - String!: A configuration key (e.g. "mainnet.servers").
IllegalArgumentException - If the key cannot be parsed.
InvalidConfigurationPropertyTypeException - If the value is not a list of maps.
NoConfigurationPropertyException - If the key was not set in the configuration.
Return
MutableList<MutableMap<String!, Any!>!>!: The value.