LintCode class abstract

Inheritance

Constructors

LintCode(String id, {required String package, String? url})
const
factory
LintCode.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → _$$LintCodeCopyWith<_$LintCode>
no setter
hashCode int
The hash code for this object.
no setterinherited
id String
no setter
package String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String?
no setter

Methods

map<TResult extends Object?>({required TResult lint(LintCode value), required TResult assist(AssistCode value), required TResult data(DataCode value)}) → TResult
inherited
mapOrNull<TResult extends Object?>({TResult? lint(LintCode value)?, TResult? assist(AssistCode value)?, TResult? data(DataCode value)?}) → TResult?
inherited
maybeMap<TResult extends Object?>({TResult lint(LintCode value)?, TResult assist(AssistCode value)?, TResult data(DataCode value)?, required TResult orElse()}) → TResult
inherited
maybeWhen<TResult extends Object?>({TResult lint(String id, String package, String? url)?, TResult assist(String id, String package, String? url)?, TResult data(String id, String package, String? url)?, required TResult orElse()}) → TResult
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prettyPrint() String
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited
when<TResult extends Object?>({required TResult lint(String id, String package, String? url), required TResult assist(String id, String package, String? url), required TResult data(String id, String package, String? url)}) → TResult
inherited
whenOrNull<TResult extends Object?>({TResult? lint(String id, String package, String? url)?, TResult? assist(String id, String package, String? url)?, TResult? data(String id, String package, String? url)?}) → TResult?
inherited

Operators

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