Schema constructor

Schema({
  1. Api? api,
  2. Map<String, dynamic>? response,
  3. Config? config,
  4. bool isList = false,
})

Implementation

Schema({this.api, this.response, this.config, this.isList = false});