fieldsType property

Map<String, String> fieldsType

Implementation

Map<String, String> get fieldsType =>
    Map<String, String>.from(_data["fieldsType"] ?? {});