LpUnderlyingTokens.fromJson constructor

LpUnderlyingTokens.fromJson(
  1. Map<String, dynamic> json
)

Creates an LpUnderlyingTokens instance from a JSON object.

Parameters:

  • json – A map representing the JSON object.

Returns an LpUnderlyingTokens instance with the corresponding properties.

Implementation

factory LpUnderlyingTokens.fromJson(Map<String, dynamic> json) =>
    _$LpUnderlyingTokensFromJson(json);