toMap method

Map<String, dynamic> toMap()

转换为Map

Implementation

Map<String, dynamic> toMap() {
  return {'id': id, 'fileName': fileName, 'requestPath': requestPath};
}