getExtension method

dynamic getExtension(
  1. String name
)

Implementation

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