setCustomJson method

dynamic setCustomJson(
  1. Map value
)

Implementation

setCustomJson(Map<dynamic, dynamic> value) {
  _customJson = value;
}