FeatureRequest class

Contains information about feature request

Constructors

FeatureRequest(String _requestorId, String _requestorName, String _type)

Properties

hashCode int
The hash code for this object.
no setterinherited
requestorId String
The id of the participant that requested a certain feature access from you
no setter
requestorName String
The name of the participant that requested a certain feature access from you
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
The type of the feature being requested from you
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited