inheritFrom method

Context inheritFrom(
  1. Inherited object
)

Implementation

Context inheritFrom(Inherited object) {
  return inheritFromAll(<Inherited>[object]);
}