ParseRole.create constructor

ParseRole.create(
  1. String name,
  2. ParseACL acl
)

Constructs a new ParseRole with the given name.

Implementation

ParseRole.create(this.name, this.acl) : super(className: '_Role');