md5 property

  1. @ImcField('MD5', 'md5', ImcType.typeRawdata)
List<int> md5

MD5 database verification code. The MD5 hash sum is computed over the stream formed by the MD5 of all plans, ordered by plan id, in compliance with RFC 1321.

Implementation

@ImcField('MD5', 'md5', ImcType.typeRawdata)
List<int> get md5;