2022-06-17 13:18:44 +00:00
|
|
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
// @dart=2.7
|
|
|
|
|
|
|
|
part of serializers;
|
|
|
|
|
|
|
|
// **************************************************************************
|
|
|
|
// BuiltValueGenerator
|
|
|
|
// **************************************************************************
|
|
|
|
|
|
|
|
Serializers _$serializers = (new Serializers().toBuilder()
|
|
|
|
..add(ChannelInfo.serializer)
|
|
|
|
..add(ExceptionError.serializer)
|
|
|
|
..add(Regions.serializer)
|
|
|
|
..add(Stream.serializer)
|
|
|
|
..add(StreamFormatEnum.serializer)
|
|
|
|
..add(StreamItem.serializer)
|
|
|
|
..add(StreamsPage.serializer)
|
|
|
|
..add(Subtitle.serializer)
|
|
|
|
..add(VideoInfo.serializer)
|
|
|
|
..addBuilderFactory(
|
|
|
|
const FullType(BuiltList, const [const FullType(Stream)]),
|
|
|
|
() => new ListBuilder<Stream>())
|
|
|
|
..addBuilderFactory(
|
|
|
|
const FullType(BuiltList, const [const FullType(Stream)]),
|
|
|
|
() => new ListBuilder<Stream>())
|
|
|
|
..addBuilderFactory(
|
|
|
|
const FullType(BuiltList, const [const FullType(Subtitle)]),
|
|
|
|
() => new ListBuilder<Subtitle>())
|
|
|
|
..addBuilderFactory(
|
|
|
|
const FullType(BuiltList, const [const FullType(StreamItem)]),
|
|
|
|
() => new ListBuilder<StreamItem>())
|
|
|
|
..addBuilderFactory(
|
|
|
|
const FullType(BuiltList, const [const FullType(StreamItem)]),
|
|
|
|
() => new ListBuilder<StreamItem>())
|
|
|
|
..addBuilderFactory(
|
|
|
|
const FullType(BuiltList, const [const FullType(StreamItem)]),
|
|
|
|
() => new ListBuilder<StreamItem>()))
|
|
|
|
.build();
|
|
|
|
|
2022-10-10 09:50:22 +00:00
|
|
|
// ignore_for_file: always_put_control_body_on_new_line,always_specify_types,annotate_overrides,avoid_annotating_with_dynamic,avoid_as,avoid_catches_without_on_clauses,avoid_returning_this,deprecated_member_use_from_same_package,lines_longer_than_80_chars,no_leading_underscores_for_local_identifiers,omit_local_variable_types,prefer_expression_function_bodies,sort_constructors_first,test_types_in_equals,unnecessary_const,unnecessary_new,unnecessary_lambdas
|