SocialReportsOverlayInfo class
Social reports overlay category provides information about social reports categories
This class should not be instantiated directly. Instead, use the SocialOverlay.reportsOverlayInfo getter to obtain an instance.
- Inheritance
-
- Object
- OverlayInfo
- SocialReportsOverlayInfo
Constructors
Properties
-
categories
→ List<
OverlayCategory> -
Get the overlay categories.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- image → Uint8List
-
Get the image of the overlay.
no setterinherited
- img → Img
-
Get the image of the overlay.
no setterinherited
- name → String
-
Get the name of the overlay.
no setterinherited
- pointerId → int
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- uid → int
-
Get the unique Id of the overlay.
no setterinherited
Methods
-
dispose(
) → void -
override
-
getCategory(
int categId) → OverlayCategory? -
Get the overlay category by Id.
inherited
-
getSocialReportsCategories(
{String country = ''}) → List< SocialReportsOverlayCategory> - Get categories list.
-
getSocialReportsCategory(
int categId, {String country = ''}) → OverlayCategory? - Get the overlay category by id
-
hasCategories(
int categId) → bool -
Check if category has subcategories.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registerAutoReleaseObject(
int pointerId) → void -
Registers an object for auto release.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited