InvestmentsHoldingsGetResponse class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
-
InvestmentsHoldingsGetResponse({required List<
AccountBase> accounts, required List<Holding> holdings, required List<Security> securities, required Item item, required String requestId}) -
InvestmentsHoldingsGetResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
copyWith(
{List< AccountBase> ? accounts, List<Holding> ? holdings, List<Security> ? securities, Item? item, String? requestId}) → InvestmentsHoldingsGetResponse -
Available on InvestmentsHoldingsGetResponse, provided by the $InvestmentsHoldingsGetResponseExtension extension
-
copyWithWrapped(
{Wrapped< List< ? accounts, Wrapped<AccountBase> >List< ? holdings, Wrapped<Holding> >List< ? securities, Wrapped<Security> >Item> ? item, Wrapped<String> ? requestId}) → InvestmentsHoldingsGetResponse -
Available on InvestmentsHoldingsGetResponse, provided by the $InvestmentsHoldingsGetResponseExtension extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const InvestmentsHoldingsGetResponse Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(InvestmentsHoldingsGetResponse instance)