ConsentPermission class

Constructors

ConsentPermission(ConsentPermissionName name, LocalizeText? shortDescription, LocalizeText? fullDescription, bool fullDescriptionEnabled, bool require, bool allow)

Properties

allow bool
getter/setter pair
fullDescription LocalizeText?
getter/setter pair
fullDescriptionEnabled bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name ConsentPermissionName
getter/setter pair
require bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shortDescription LocalizeText?
getter/setter pair

Methods

getSubmitKey() String
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

Static Methods

getText(Map<String, dynamic>? json) LocalizeText?
parse(Map<String, dynamic>? json) List<ConsentPermission>
parsePermission(Map<String, dynamic>? json, ConsentPermissionName key, bool require) ConsentPermission?