toJson method

Map toJson()
override

Implementation

Map toJson() => {
      ...super.toJson(),
      'attachStr': attachStr,
    };