mysqlProfile property

  1. @TagNumber.new(102)
MysqlProfile get mysqlProfile

MySQL ConnectionProfile configuration.

Implementation

@$pb.TagNumber(102)
MysqlProfile get mysqlProfile => $_getN(7);
  1. @TagNumber.new(102)
set mysqlProfile (MysqlProfile v)

Implementation

@$pb.TagNumber(102)
set mysqlProfile(MysqlProfile v) { setField(102, v); }