exportJson method

Future<List<Map<String, dynamic>>> exportJson({
  1. bool primitiveNull = true,
})

Implementation

Future<List<Map<String, dynamic>>> exportJson({bool primitiveNull = true}) =>
    build().exportJson(primitiveNull: primitiveNull);