isModel property

bool isModel
final

True when type (or, for a List<T>, its element T) is a generated model with fromJson / toJson constructors, so (de)serialization must recurse instead of casting.

Implementation

final bool isModel;