ResultParams.fromJson(Map<String, dynamic> json) { stateParams = json['params'] != null ? StateParams.fromJson(json['params']) : null; }