getExtension method

dynamic getExtension(
  1. String name
)

Implementation

dynamic getExtension(String name) {
  return has(name);
}