toIterable<T> abstract method

Iterable toIterable<T>(
  1. T object
)

Encodes a value to an iterable.

This is a typed wrapper around the toValue method.

Implementation

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