enclaveName property

  1. @TagNumber.new(12)
String get enclaveName

Stores the unique identifier of the application

Implementation

@$pb.TagNumber(12)
$core.String get enclaveName => $_getSZ(2);
  1. @TagNumber.new(12)
set enclaveName (String value)

Implementation

@$pb.TagNumber(12)
set enclaveName($core.String value) => $_setString(2, value);