class AliPayInfo { final String _payInfo; AliPayInfo(this._payInfo); String get payInfo => _payInfo; }