atChops property

  1. @override
AtChops? atChops
override

Implementation

@override
AtChops? get atChops => _atChops;
  1. @override
void atChops=(AtChops? atChops)
override

Set an instance of AtChops for data encryption and signing operations

Implementation

@override
set atChops(AtChops? atChops) {
  _atChops = atChops;
}