JSResult constructor

JSResult(
  1. {required int code,
  2. dynamic data}
)

Implementation

JSResult({required this.code, this.data});