optionsForType method

List? optionsForType(
  1. AFThemeID id
)

Implementation

List<dynamic>? optionsForType(AFThemeID id) {
  return area.optionsForType[id];
}