menu
googleapis package
documentation
digitalassetlinks/v1.dart
ListResponse
ListResponse.new constructor
ListResponse.new constructor
dark_mode
light_mode
ListResponse
constructor
ListResponse
(
{
String
?
debugString
,
List
<
String
>
?
errorCode
,
String
?
maxAge
,
List
<
Statement
>
?
statements
,
})
Implementation
ListResponse({
this
.debugString,
this
.errorCode,
this
.maxAge,
this
.statements, });
googleapis package
documentation
digitalassetlinks/v1
ListResponse
ListResponse.new constructor
ListResponse class
Constructors
new
fromJson
Properties
debugString
errorCode
hashCode
maxAge
runtimeType
statements
Methods
noSuchMethod
toJson
toString
Operators
operator ==