load abstract method

Future<Map<String, dynamic>> load([
  1. JsonMapperBase? base
])

load method used to load the json file from the path

Implementation

Future<Map<String, dynamic>> load([JsonMapperBase? base]);