Extracts a List from dynamic value, validating its type.
List<dynamic> extractList(dynamic value, String errMsg);