video_player
dart:io
RedirectInfo
property statusCode
statusCode
class RedirectInfo
Constructors
RedirectInfo
Properties
location
method
statusCode
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
int
statusCode
Returns the status code used for the redirect.
Source
int get statusCode;
property statusCode