toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      'id': this.id,
      'src': this.src,
      'name': this.name,
      'alt': this.alt,
      'date_created': this.dateCreated,
      'date_modified_gmt': this.dateModifiedGMT,
      'date_modified': this.dateModified,
      'date_created_gmt': this.dateCreatedGMT
    };