fromMap method
Implementation
p4.Source fromMap(Map<String, dynamic> map) => p4.Source(id: Mapper.i.$get(map, 'id'), name: Mapper.i.$getOpt(map, 'name') ?? '', hSize: Mapper.i.$get(map, 'hSize'), vSize: Mapper.i.$get(map, 'vSize'), srcType: Mapper.i.$get(map, 'srcType'), inputCfgIndex: Mapper.i.$get(map, 'inputCfgIndex'), stillIndex: Mapper.i.$get(map, 'stillIndex'), destIndex: Mapper.i.$get(map, 'destIndex'), userKeyIndex: Mapper.i.$get(map, 'userKeyIndex'), freeze: Mapper.i.$get(map, 'freeze'), capacity: Mapper.i.$get(map, 'capacity'), inputCfgVideoStatus: Mapper.i.$get(map, 'inputCfgVideoStatus'), mode3D: Mapper.i.$getOpt(map, 'mode3D'));