toIterable<T> abstract method

Iterable toIterable<T>(
  1. T object
)

Implementation

Iterable<dynamic> toIterable<T>(T object);