JsonMetadata class

Constructors

JsonMetadata.new({String? app, Format? format, List<String>? image, List<String>? links, List<String>? tags, String? description, List<String>? users, List? imageRatios, List<String>? thumbnails, String? type, String? actiCrVal, List<String>? actifitUserId, List<String>? activityDate, List<String>? activityType, String? appType, List<String>? chestUnit, List<String>? community, List<String>? dataTrackingSource, List<String>? detailedActivity, List<String>? heightUnit, List? stepCount, List<String>? thighsUnit, List<String>? waistUnit, List<String>? weightUnit, String? shortForm, String? fitbitUserId})
JsonMetadata.fromJson(Map<String, dynamic> json)
factory
JsonMetadata.fromRawJson(String str)
factory

Properties

actiCrVal String?
final
actifitUserId List<String>?
final
activityDate List<String>?
final
activityType List<String>?
final
app String?
final
appType String?
final
chestUnit List<String>?
final
community List<String>?
final
dataTrackingSource List<String>?
final
description String?
final
detailedActivity List<String>?
final
fitbitUserId String?
final
format Format?
final
hashCode int
The hash code for this object.
no setterinherited
heightUnit List<String>?
final
image List<String>?
final
imageRatios List?
final
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shortForm String?
final
stepCount List?
final
tags List<String>?
final
thighsUnit List<String>?
final
thumbnails List<String>?
final
type String?
final
users List<String>?
final
waistUnit List<String>?
final
weightUnit List<String>?
final

Methods

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

Operators

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