Limit class

Specifies how many protections of a given type you can create.

Constructors

Limit({int? max, String? type})
Limit.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
max int?
The maximum number of protections that can be created for the specified Type.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
The type of protection.
final

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