encode method

  1. @override
Map<String, String> encode()
override

the encode map will transparent to native Biz Loader avoid save too much data in it;

Implementation

@override
Map<String, String> encode() {
  return {"src": src};
}