apiCategory property
dynamic
get
apiCategory
Implementation
dynamic get apiCategory {
return $$context$$["apiCategory"];
}
set
apiCategory
(dynamic value)
Implementation
set apiCategory(dynamic value) {
$$context$$["apiCategory"] = value;
}