SecuritySchemeLevelMemberBean class
Constructors
- SecuritySchemeLevelMemberBean({String? parameter, required String type})
-
SecuritySchemeLevelMemberBean.fromJson(Map<
String, Object?> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- parameter → String?
-
The value corresponding to the specified member type.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → String
-
The issue security level member type, e.g
reporter
,group
,user
.final
Methods
-
copyWith(
{String? parameter, String? type}) → SecuritySchemeLevelMemberBean -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited