ServerParam class
- Mixed-in types
Constructors
- ServerParam({required String name, required String type, required bool isNullable, required bool isRequired, required bool isNamed, required String? defaultValue, required bool hasDefaultValue, required ServerImports? importPath, required ServerParamAnnotations annotations, required String? typeImport})
- ServerParam.fromElement(ParameterElement element)
-
factory
- ServerParam.fromMeta(MetaParam param)
-
factory
Properties
- annotations → ServerParamAnnotations
-
final
- defaultValue → String?
-
final
-
extractors
→ List<
ExtractImport?> -
no setteroverride
- hasDefaultValue → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- importPath → ServerImports?
-
final
-
imports
→ List<
ServerImports?> -
no setteroverride
- isNamed → bool
-
final
- isNullable → bool
-
final
- isRequired → bool
-
final
- name → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → String
-
final
- typeImport → String?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
packageImports(
) → Iterable< String> -
inherited
-
pathImports(
) → Iterable< String> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited