getConnectionString method

String? getConnectionString(
  1. String name
)

Gets the connection string

Shorthand for GetSection("ConnectionStrings")name.

Implementation

String? getConnectionString(String name) =>
    getSection('ConnectionStrings')[name];