subfields property

Map<String, Map<String, dynamic>>? subfields
final

Supply subfields that should be requested from the server.

When blank, if the annotated field is not a Dart primitive, the class will be crawled and its fields generated in the adapter.

A supplied value will override the generated fields.

Implementation

final Map<String, Map<String, dynamic>>? subfields;