fromValue method

ConfigParams fromValue (dynamic value)
override
  • Creates a new ConfigParams object filled with key-value pairs from specified object.
      • value an object with key-value pairs used to initialize a new ConfigParams.
    • Returns a new ConfigParams object.