Developer class

Developers that have contributed to this project.

Available extensions

Constructors

Developer({required String name, required String email, required String organization, required String organizationUrl})
const

Properties

email String
final
hashCode int
The hash code for this object.
no setteroverride
name String
final
organization String
final
organizationUrl String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? name = null, String? email = null, String? organization = null, String? organizationUrl = null}) Developer
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.
override
toYaml(AnsiColor color, String ident) String

Available on Developer, provided by the DeveloperExtension extension

Operators

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

Static Methods

fromJson(Object? value) Developer