classId property

  1. @TagNumber.new(1)
String get classId

class_id associated with the nft

Implementation

@$pb.TagNumber(1)
$core.String get classId => $_getSZ(0);
  1. @TagNumber.new(1)
set classId (String v)

Implementation

@$pb.TagNumber(1)
set classId($core.String v) { $_setString(0, v); }