QChatRoleResourceValueInfo constructor

QChatRoleResourceValueInfo(
  1. int value,
  2. int type,
  3. String name
)

Implementation

QChatRoleResourceValueInfo(this.value, this.type, this.name);