fromJson static method

InteractivePlusSystemException fromJson(
  1. Map<String, dynamic> json
)

Implementation

static InteractivePlusSystemException fromJson(Map<String, dynamic> json){
  return InteractivePlusSystemException.fromMap(json);
}