JsonModelConverter typedef

JsonModelConverter = String Function(JsonModel? data, String? key, String? jsonKey, String? toJson, [bool isNested])

Implementation

typedef JsonModelConverter = String Function(
    JsonModel? data, String? key, String? jsonKey, String? toJson,
    [bool isNested]);