toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      'achList': achList?.map((e) => e.toJson()).toList(),
      'honorList': honorList?.map((e) => e.toJson()).toList(),
      'showAchs': showAchs?.map((e) => e.toJson()).toList(),
    };