Podspec class

The fields from the podspec that we need for the SPM migration

Annotations
  • @JsonSerializable.new(createToJson: false)
  • @immutable

Constructors

Podspec({required Map<String, List<String>> dependencies, required Map<String, String> platforms, List subspecs = const []})
Constructor
const
Podspec.fromJson(Map<String, dynamic> json)
From json
factory

Properties

dependencies Map<String, List<String>>
The dependencies of the plugin
final
hashCode int
The hash code for this object.
no setterinherited
platforms Map<String, String>
The platforms that the plugin supports
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subspecs List
Subspecs, if any
final

Methods

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

Operators

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