apiKey property

  1. @TagNumber(3)
String apiKey

Implementation

@$pb.TagNumber(3)
$core.String get apiKey => $_getSZ(2);
  1. @TagNumber(3)
void apiKey=(String v)

Implementation

@$pb.TagNumber(3)
set apiKey($core.String v) { $_setString(2, v); }