template property

dynamic template
final

Template Instance

  • for Deserialization output it could be a typed Iterable
  • for Serialization output it could be an instance of Map<String, dynamic>

Implementation

final dynamic template;