SportPrograms class

Constructors

SportPrograms({String? id, int? cardType, int? numberOfExercices, int? totalDuration, int? programOwnerProId, int? programPropertyId, int? isPublished, String? programPictureUrl, String? name, String? description, List<ProgramContents>? programContents, ProgramProperty? programProperty})
SportPrograms.fromJson(Map<String, dynamic> json)

Properties

cardType int?
getter/setter pair
description String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
indexPaused int
no setter
isPublished int?
getter/setter pair
name String?
getter/setter pair
numberOfExercices int?
getter/setter pair
programContents List<ProgramContents>?
getter/setter pair
programOwnerProId int?
getter/setter pair
programPictureUrl String?
getter/setter pair
programProperty ProgramProperty?
getter/setter pair
programPropertyId int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status SportProgramsStatus
no setter
totalDuration int?
getter/setter pair

Methods

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

Operators

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