Profile class
Constructors
- Profile.new(String id, String uuid, String content, String name, String type, String state)
-
id
The ID of the provisioning profile -
Profile.fromJson(Map<
String, dynamic> json)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited