CastReceiverApplication class

Available extensions
Annotations
  • @CopyWith.new()
  • @JsonSerializable.new(checked: true, createToJson: true, disallowUnrecognizedKeys: false, explicitToJson: true)

Constructors

CastReceiverApplication({String? id, String? name})
Returns a new CastReceiverApplication instance.
CastReceiverApplication.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → _$CastReceiverApplicationCWProxy

Available on CastReceiverApplication, provided by the $CastReceiverApplicationCopyWith extension

Returns a callable class used to build a new instance with modified fields. Example: instanceOfCastReceiverApplication.copyWith(...) or instanceOfCastReceiverApplication.copyWith.fieldName(...).
no setter
hashCode int
The hash code for this object.
no setteroverride
id String?
Gets or sets the cast receiver application id.
final
name String?
Gets or sets the cast receiver application name.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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