getList method

List? getList(
  1. String field
)

Implementation

List? getList(String field) {
  return (getField(field) as List);
}