iv property

String get iv

Implementation

String get iv {
  return $$context$$["iv"];
}
set iv (String value)

Implementation

set iv(String value) {
  $$context$$["iv"] = value;
}