GroupCall class
Generate By Azka Axelion Gibran Aka AZKADEV Script Dont edit by hand or anything manual
- Inheritance
-
- Object
- JsonSchemeByAzkadev
- GroupCall
Constructors
Properties
- can_be_managed ↔ bool?
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- can_enable_video ↔ bool?
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- can_toggle_mute_new_participants ↔ bool?
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- duration ↔ num?
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- enabled_start_notification ↔ bool?
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- from_call_id ↔ num?
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ num?
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- is_active ↔ bool?
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- is_joined ↔ bool?
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- is_my_video_enabled ↔ bool?
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- is_my_video_paused ↔ bool?
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- is_rtmp_stream ↔ bool?
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- is_video_recorded ↔ bool?
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- isEmpty → bool
-
Whether there is no key/value pair in the map.
no setterinherited
- isNotEmpty → bool
-
Whether there is at least one key/value pair in the map.
no setterinherited
- loaded_all_participants ↔ bool?
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- mute_new_participants ↔ bool?
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- need_rejoin ↔ bool?
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- participant_count ↔ num?
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- rawData ↔ Map
-
return original data json
getter/setter pairinherited
-
recent_speakers
↔ List<
GroupCallRecentSpeaker> -
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- record_duration ↔ num?
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scheduled_start_date ↔ num?
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- special_return_type ↔ String?
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- special_type ↔ String?
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- title ↔ String?
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
Methods
-
cast<
R> () → R -
convert to other
inherited
-
castOrNull<
R> () → R? -
convert to other
inherited
-
json_scheme_utils_checkDataIsSameBuilder(
{required bool onResult(Map rawData, Map defaultData)}) → bool - check value data whatever do yout want
-
json_scheme_utils_checkDataIsSameBySpecialType(
) → bool - check data if raw data
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map -
return original data json
inherited
-
toMap(
) → Map -
return original data json
inherited
-
toString(
) → String -
return string data encode json original data
inherited
-
toStringPretty(
) → String -
return string data encode json original data
inherited
-
utils_filter_by_keys(
List keys) → Map -
return original data json
inherited
-
utils_remove_by_keys(
List keys) → Map -
return original data json
inherited
-
utils_remove_by_keys_void(
List keys) → void -
GeneralUniverse
inherited
-
utils_remove_by_values(
List values) → Map -
return original data json
inherited
-
utils_remove_by_values_void(
List values) → void -
return original data json
inherited
-
utils_remove_values_null(
) → Map -
return original data json
inherited
-
utils_remove_values_null_void(
) → void -
return original data json
inherited
Operators
-
operator *(
dynamic value) → void -
operator map data
inherited
-
operator +(
dynamic value) → Map -
operator map data
inherited
-
operator -(
dynamic value) → Map -
return original data json
inherited
-
operator /(
dynamic value) → void -
operator map data
inherited
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator [](
dynamic key) → dynamic -
operator map data
inherited
-
operator []=(
dynamic key, dynamic value) → void -
operator map data
inherited
Static Properties
- defaultData → Map
-
return default data
no setter
- defaultDataSpecialType → String
-
return default special type @type
"groupCall"
no setter
Static Methods
-
create(
{bool schemeUtilsIsSetDefaultData = false, String special_type = "groupCall", String special_return_type = "groupCall", num? id, num? from_call_id, String? title, num? scheduled_start_date, bool? enabled_start_notification, bool? is_active, bool? is_rtmp_stream, bool? is_joined, bool? need_rejoin, bool? can_be_managed, num? participant_count, bool? loaded_all_participants, List< GroupCallRecentSpeaker> ? recent_speakers, bool? is_my_video_enabled, bool? is_my_video_paused, bool? can_enable_video, bool? mute_new_participants, bool? can_toggle_mute_new_participants, num? record_duration, bool? is_video_recorded, num? duration}) → GroupCall -
Generate By General Universe Script Dont edit by hand or anything manual
override
-
empty(
) → GroupCall -
create GroupCall
Empty
override